This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: Patch to update libtool in GCC and Src trees
- From: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- To: Steve Ellcey <sje at cup dot hp dot com>
- Cc: bonzini at gnu dot org, libtool at cwilson dot fastmail dot fm, newlib at sourceware dot org, aoliva at redhat dot com, gcc-patches at gcc dot gnu dot org, gdb-patches at sourceware dot org, binutils at sourceware dot org
- Date: Mon, 21 May 2007 09:40:56 +0200
- Subject: Re: Patch to update libtool in GCC and Src trees
- References: <200705181709.KAA21624@hpsje.cup.hp.com>
- Reply-to: bonzini at gnu dot org
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