[Bug ld/12672] LTO on powerpc will not work with static libraries

2011-04-17 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12672 --- Comment #5 from cvs-commit at gcc dot gnu.org 2011-04-17 23:15:18 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2011-04-17 23:15:13 Modified files: bfd: bfd.c bfd-in2.h elflink.c o

[Bug ld/12365] undefined references produced by linker plugin are silently ignored

2011-04-17 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12365 --- Comment #4 from cvs-commit at gcc dot gnu.org 2011-04-17 23:15:18 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2011-04-17 23:15:13 Modified files: bfd: bfd.c bfd-in2.h elflink.c o

[Bug ld/12365] undefined references produced by linker plugin are silently ignored

2011-04-17 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12365 --- Comment #5 from cvs-commit at gcc dot gnu.org 2011-04-17 23:18:27 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2011-04-17 23:18:24 Modified files: bfd: ChangeLog ld

[Bug ld/12672] LTO on powerpc will not work with static libraries

2011-04-17 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12672 --- Comment #6 from cvs-commit at gcc dot gnu.org 2011-04-17 23:18:27 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2011-04-17 23:18:24 Modified files: bfd: ChangeLog ld

[Bug ld/12365] undefined references produced by linker plugin are silently ignored

2011-04-17 Thread amodra at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12365 --- Comment #6 from Alan Modra 2011-04-17 23:27:33 UTC --- Fixed for anything but common IR-only symbols. These will require a bit more work in the linker. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ---

Thin archive relative directory calculation

2011-04-17 Thread Andrew Baxter
I'm getting some incorrect directories in my thin .a files when creating the library in a directory above the current one. For example, if I do "ar rT ../x.a x.o" from the directory y, the relative location of x.o as specified in x.a is "../x.o" and not "y/x.o". It doesn't seem to be a proble