This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13391] AIX: collect2 emits bad code with duplicated symbols
- From: "dje at watson dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Mar 2004 19:51:46 -0000
- Subject: [Bug target/13391] AIX: collect2 emits bad code with duplicated symbols
- References: <20031212191310.13391.greed@pobox.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From dje at watson dot ibm dot com 2004-03-05 19:51 -------
Subject: Re: AIX: collect2 emits bad code with duplicated symbols
The decrease in size of libstdc++ (and all GCC libraries generated
with libtool) is due to the ltconfig change only placing the shared object
in the library.
If other libraries are decreased, then I worry that the other
patch decreasing exports allowed the AIX linker garbage collector to be
too aggressive because it found less symbol roots. Hopefully everything
still works correctly.
David
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13391