From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22949 invoked by alias); 28 May 2010 07:08:55 -0000 Received: (qmail 22930 invoked by uid 22791); 28 May 2010 07:08:53 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM X-Spam-Check-By: sourceware.org Received: from mail-gy0-f169.google.com (HELO mail-gy0-f169.google.com) (209.85.160.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 May 2010 07:08:49 +0000 Received: by gyg4 with SMTP id 4so875128gyg.0 for ; Fri, 28 May 2010 00:08:47 -0700 (PDT) Received: by 10.101.133.38 with SMTP id k38mr14091810ann.162.1275030527165; Fri, 28 May 2010 00:08:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.11.3 with HTTP; Fri, 28 May 2010 00:08:27 -0700 (PDT) In-Reply-To: <20100527185259.GA21975@gmx.de> References: <4BFBF578.40904@gnu.org> <20100525170912.GA21863@ins.uni-bonn.de> <4BFC0489.4040904@gnu.org> <20100525173348.GA25424@ins.uni-bonn.de> <4BFCAA8C.2090500@gmail.com> <4BFCAD10.2090403@gmail.com> <4BFCB35A.8010404@gmail.com> <20100526062534.GA4097@ins.uni-bonn.de> <20100527185259.GA21975@gmx.de> From: Paolo Bonzini Date: Fri, 28 May 2010 07:08:00 -0000 Message-ID: Subject: Re: toplevel out of sync To: Ralf Wildenhues , Paolo Bonzini , binutils@sourceware.org, gdb@sourceware.org, gcc-patches@gnu.org, DJ Delorie Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-05/txt/msg00099.txt.bz2 > I've built binutils+gdb with it on x86_64-unknown-linux-gnu. > OK to commit to src as one patch? Please wait 48 hours for binutils/gdb maintainers to comment. However, only the stdint change should be relevant for them, so feel free to commit the others if you prefer. > As another issue, config.{guess,sub} have been updated in GCC in the > mean time. Yes, this was the final straw that convinced me to write about the issue. :-) Paolo