From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31325 invoked by alias); 29 Dec 2010 02:49:45 -0000 Received: (qmail 31316 invoked by uid 22791); 29 Dec 2010 02:49:44 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-ww0-f43.google.com (HELO mail-ww0-f43.google.com) (74.125.82.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Dec 2010 02:49:40 +0000 Received: by wwi17 with SMTP id 17so9553482wwi.12 for ; Tue, 28 Dec 2010 18:49:38 -0800 (PST) Received: by 10.216.169.71 with SMTP id m49mr15268758wel.4.1293590978496; Tue, 28 Dec 2010 18:49:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.3.10 with HTTP; Tue, 28 Dec 2010 18:49:18 -0800 (PST) In-Reply-To: <20101229024057.GC2396@adacore.com> References: <1293587823-16815-1-git-send-email-vapier@gentoo.org> <20101229024057.GC2396@adacore.com> From: Mike Frysinger Date: Wed, 29 Dec 2010 03:09:00 -0000 Message-ID: Subject: Re: [toolchain-devel] [PATCH] sim: HW_NALLOC: new alloc helper To: Joel Brobecker Cc: toolchain-devel@blackfin.uclinux.org, gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-12/txt/msg00532.txt.bz2 On Tue, Dec 28, 2010 at 21:40, Joel Brobecker wrote: >> 2010-12-28 =C2=A0Mike Frysinger =C2=A0 >> >> =C2=A0 =C2=A0 =C2=A0 * hw-alloc.h (HW_NALLOC): Define. > > This is OK too. =C2=A0I assume you are planning on using this soon? it's part of a CFI driver i'm writing atm and will submit once i get the Blackfin stuff merged -mike