From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12074 invoked by alias); 17 Sep 2013 18:39:30 -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 525 invoked by uid 89); 17 Sep 2013 18:28:43 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Sep 2013 18:28:43 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.1 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8HISZja029691 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 17 Sep 2013 14:28:35 -0400 Received: from barimba (ovpn-113-63.phx2.redhat.com [10.3.113.63]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r8HISX8h003597 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 17 Sep 2013 14:28:34 -0400 From: Tom Tromey To: "Pierre Muller" Cc: "'Ulrich Weigand'" , Subject: Re: RFA: Fix build regression on 32-bit hosts [Re: [RFA][PATCH v5 2/2] S/390: Add TDB regset] References: <002701ceb25b$2e880fc0$8b982f40$@muller@ics-cnrs.unistra.fr> <201309160951.r8G9pr5B021687@d06av02.portsmouth.uk.ibm.com> <38466.0263116986$1379331313@news.gmane.org> Date: Tue, 17 Sep 2013 18:39:00 -0000 In-Reply-To: <38466.0263116986$1379331313@news.gmane.org> (Pierre Muller's message of "Mon, 16 Sep 2013 13:34:55 +0200") Message-ID: <87fvt3xpym.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-09/txt/msg00536.txt.bz2 >>>>> "Pierre" == Pierre Muller writes: Pierre> PS:I think that system includes should be banned Pierre> in all files that are used for cross-debugging. We seem to be headed more in the gnulib direction. This has some drawbacks when gnulib doesn't quite keep up, but at the same time it has the benefit that the code is more typical C. Tom