From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16543 invoked by alias); 12 Nov 2004 01:30:02 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16041 invoked from network); 12 Nov 2004 01:29:53 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.74.133.9) by sourceware.org with SMTP; 12 Nov 2004 01:29:53 -0000 Received: (qmail 18954 invoked from network); 12 Nov 2004 01:29:51 -0000 Received: from taltos.codesourcery.com (zack@66.92.218.83) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 12 Nov 2004 01:29:51 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Thu, 11 Nov 2004 17:29:50 -0800 To: Hans-Peter Nilsson Cc: Nick Clifton , binutils@sources.redhat.com, gdb-patches@sources.redhat.com, newlib@sources.redhat.com, dejagnu@gnu.org Subject: Re: Dejagnu: use -isystem to include system header files. References: <20041111142237.GA25841@nevyn.them.org> <20041112002755.GA7143@nevyn.them.org> From: Zack Weinberg Date: Fri, 12 Nov 2004 01:30:00 -0000 In-Reply-To: <20041112002755.GA7143@nevyn.them.org> (Daniel Jacobowitz's message of "Thu, 11 Nov 2004 19:27:55 -0500") Message-ID: <87vfcbvoq9.fsf@codesourcery.com> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-11/txt/msg00260.txt.bz2 Daniel Jacobowitz writes: > On Thu, Nov 11, 2004 at 07:25:19PM -0500, Hans-Peter Nilsson wrote: >> Bug in the arm-elf port: it should define NO_IMPLICIT_EXTERN_C. > > Zack's been wanting to flip the default for NO_IMPLICIT_EXTERN_C for > ages. But until that's been done - and done for a couple of years > - let's try to accomodate this in DejaGNU, OK :-) I agree with Dan, but would like to point out that any newlib target (I'm assuming arm-elf is such) ought to be able to take NO_IMPLICIT_EXTERN_C right now. zw