From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15360 invoked by alias); 21 May 2007 07:41:11 -0000 Received: (qmail 15320 invoked by uid 22791); 21 May 2007 07:41:04 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.lu.unisi.ch (HELO smtp.lu.unisi.ch) (195.176.178.41) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 May 2007 07:41:02 +0000 Received: from mail.lu.unisi.ch ([195.176.178.40]) by smtp.lu.unisi.ch with Microsoft SMTPSVC(6.0.3790.3959); Mon, 21 May 2007 09:42:33 +0200 Received: from scientist.mobile.usilu.net ([192.168.76.145]) by mail.lu.unisi.ch over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Mon, 21 May 2007 09:40:13 +0200 Message-ID: <46514D08.4080908@lu.unisi.ch> Date: Mon, 21 May 2007 07:41:00 -0000 From: Paolo Bonzini Reply-To: bonzini@gnu.org User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) MIME-Version: 1.0 To: Steve Ellcey CC: bonzini@gnu.org, libtool@cwilson.fastmail.fm, newlib@sourceware.org, aoliva@redhat.com, gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: Patch to update libtool in GCC and Src trees References: <200705181709.KAA21624@hpsje.cup.hp.com> In-Reply-To: <200705181709.KAA21624@hpsje.cup.hp.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2007-05/txt/msg00326.txt.bz2 > I am hoping that by not including it I can send this email to the newlib > email list without it bouncing. Here are the rest of the changes, this > includes the newlib changes from Charles Wilson as well as the > src-release change. Ok as soon as the gcc PR32009 is solved, which should be one day or two. This will also give some time to complain to the gdb/binutils/newlib people. Please look out for regressions after you commit (newlibbers: please CC me as I'm not on your list). > It does not include the change to the module > definition(s) file that Charles pointed out. Hopefully we can make that > after (or before) checking this patch in. I just committed it: Index: modules =================================================================== RCS file: /cvs/src/CVSROOT/modules,v retrieving revision 1.65 diff -u -r1.65 modules --- modules 20 Feb 2007 12:43:38 -0000 1.65 +++ modules 21 May 2007 07:37:27 -0000 @@ -51,6 +51,9 @@ src/etc \ src/gettext.m4 \ src/install-sh \ + src/ltsugar.m4 \ + src/ltversion.m4 \ + src/ltoptions.m4 \ src/libtool.m4 \ src/ltcf-c.sh \ src/ltcf-cxx.sh \ Paolo