From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5854 invoked by alias); 16 Sep 2013 13:53:28 -0000 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 Received: (qmail 5845 invoked by uid 89); 16 Sep 2013 13:53:28 -0000 Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Sep 2013 13:53:28 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED autolearn=ham version=3.3.2 X-HELO: mtaout20.012.net.il Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MT80080018G7Y00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 16 Sep 2013 16:53:25 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MT80071F190T970@a-mtaout20.012.net.il>; Mon, 16 Sep 2013 16:53:24 +0300 (IDT) Date: Mon, 16 Sep 2013 13:53:00 -0000 From: Eli Zaretskii Subject: Re: RFA: Fix build regression on 32-bit hosts [Re: [RFA][PATCH v5 2/2] S/390: Add TDB regset] In-reply-to: <20130916122345.GA3132@adacore.com> To: Joel Brobecker Cc: pierre.muller@ics-cnrs.unistra.fr, uweigand@de.ibm.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zjrcq3e7.fsf@gnu.org> References: <"002701ceb25b$2e880fc0$8b982f40$@muller"@ics-cnrs.unistra.fr> <201309160951.r8G9pr5B021687@d06av02.portsmouth.uk.ibm.com> <"003e01ceb2d0$c5051770$4f0f4650$@muller"@ics-cnrs.unistra.fr> <20130916122345.GA3132@adacore.com> X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00446.txt.bz2 > Date: Mon, 16 Sep 2013 05:23:45 -0700 > From: Joel Brobecker > Cc: 'Ulrich Weigand' , gdb-patches@sourceware.org > > > PS:I think that system includes should be banned > > in all files that are used for cross-debugging. > > This is already the main idea, except that we cannot banish > all system includes. For instance, includes that are part of > the C standard are OK (ctype.h, stdint.h, stdarg.h, etc) are > fine. Except that, if we want to be sure extensions in those headers don't pollute the binaries, we should try using __STRICT_ANSI__ or some such.