This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Final(?) patch to update libtool in GCC and src trees
- From: Paolo Bonzini <paolo dot bonzini at lu dot unisi dot ch>
- To: sje at cup dot hp dot com
- Cc: binutils at sourceware dot org, gcc-patches at gcc dot gnu dot org, gdb-patches at gcc dot gnu dot org, newlib at sourceware dot org, Ralf dot Wildenhues at gmx dot de, aoliva at redhat dot com, fxcoudert at gmail dot com, libtool at cwilson dot fastmail dot fm, schwab at suse dot de
- Date: Fri, 13 Apr 2007 09:18:21 +0200
- Subject: Re: Final(?) patch to update libtool in GCC and src trees
- References: <200704101825.LAA20541@hpsje.cup.hp.com>
- Reply-to: bonzini at gnu dot org
OK to checkin?
I checked in the patch to fix the as/ld/nm problem on cygwin, but there
are still other issues to be solved. However, I'm sure we can first of
all limit your pain in maintaining the patch. So, if you wish, you can
checkin everything *but the new libtool* after testing on just one
platform (combined tree, or separate gcc/src builds are both okay), with
the changes I indicate below.
The patch is preapproved with those changes, but please post it again.
Top level src tree ChangeLog:
2007-03-22 Steve Ellcey <sje@cup.hp.com>
* src-release: Update with new libtool file list.
Obviously leave this out for now too, and keep config-ml.in in sync
between gcc and src.
bfd/ChangeLog
2007-03-22 Steve Ellcey <sje@cup.hp.com>
* configure.in: Change macro call order.
* aclocal.m4: Regenerate.
* Makefile.in: Regnerate.
* configure: Regenerate.
Here, please add -I .. to Makefile.am's ACLOCAL_AMFLAGS instead of
modifying acinclude.m4.
gas/ChangeLog
2007-03-22 Steve Ellcey <sje@cup.hp.com>
* acinclude.m4: Add new includes.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
Likewise.
gprof/ChangeLog
2007-03-22 Steve Ellcey <sje@cup.hp.com>
* acinclude.m4: Add new includes.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
Likewise.
rda/ChangeLog
2007-03-22 Steve Ellcey <sje@cup.hp.com>
* acinclude.m4: Add new includes.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* configure: Regenerate.
Likewise.
Paolo