From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4851 invoked by alias); 26 May 2010 06:25:53 -0000 Received: (qmail 4802 invoked by uid 22791); 26 May 2010 06:25:51 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,SPF_FAIL X-Spam-Check-By: sourceware.org Received: from merkur.ins.uni-bonn.de (HELO merkur.ins.uni-bonn.de) (131.220.223.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 May 2010 06:25:45 +0000 Received: from localhost (localhost [127.0.0.1]) by merkur.ins.uni-bonn.de (Postfix) with ESMTP id 1243E40003E7B; Wed, 26 May 2010 08:25:42 +0200 (CEST) Received: from merkur.ins.uni-bonn.de ([127.0.0.1]) by localhost (merkur.ins.uni-bonn.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HrzP0KF0EDT3; Wed, 26 May 2010 08:25:38 +0200 (CEST) Received: from ins.uni-bonn.de (gibraltar [192.168.193.254]) by merkur.ins.uni-bonn.de (Postfix) with ESMTP id 49EC640003012; Wed, 26 May 2010 08:25:38 +0200 (CEST) Date: Wed, 26 May 2010 06:25:00 -0000 From: Ralf Wildenhues To: Dave Korn Cc: Paolo Bonzini , binutils@sourceware.org, gdb@sourceware.org, gcc@gnu.org, DJ Delorie Subject: Re: [PATCH, committed] Re: toplevel out of sync Message-ID: <20100526062534.GA4097@ins.uni-bonn.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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4BFCB35A.8010404@gmail.com> User-Agent: Mutt/1.5.20 (2009-12-10) 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/msg00086.txt.bz2 * Dave Korn wrote on Wed, May 26, 2010 at 07:36:26AM CEST: > >>> bcd70fb06d56d9316d49019f5c0a3109def08d39 158763 > >>> a9ed67d000f285282e61aa9b87cc8d992a8731df 158762 > >> 17281d1ee17f204064cfcbcc82089aefa19e3779 159527 > >> 401f30d69e280e18a9581b819376d18786595d3b 159173 > I've synched across the above-mentioned GCC revisions to the top-level > configure.ac script in /src, with the following ChangeLog: Remainders, in reverse chronological order: 2010-05-05 Sebastian Pop * configure.ac: Allow all the versions greater than 0.10 of PPL. * configure: Regenerated. 2010-04-16 Rainer Orth * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx separately. * configure: Regenerate. 2010-04-13 Steve Ellcey * configure: Regenerate after change to elf.m4. config/ 2010-04-13 Steve Ellcey * elf.m4: Add hppa[12]*-*-hpux* to list of non-elf platforms. 2010-04-02 Sebastian Pop * configure.ac: Add brackets around AC_TRY_COMPILE alternative. * configure: Regenerated. 2010-04-02 Sebastian Pop * configure.ac: Print "buggy but acceptable" when CLooG revision is less than 9. * configure: Regenerated. config/ 2010-01-05 Rainer Orth * stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc. if corresponding macros already exist.