[Bug gold/11604] gc not as effective when using a plugin

2010-05-15 Thread espindola at google dot com
--- Additional Comments From espindola at google dot com 2010-05-16 01:43 --- Created an attachment (id=4797) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4797&action=view) LLVMgold.so -- http://sourceware.org/bugzilla/show_bug.cgi?id=11604 --- You are receiving this

[Bug gold/11604] gc not as effective when using a plugin

2010-05-15 Thread espindola at google dot com
--- Additional Comments From espindola at google dot com 2010-05-16 01:43 --- Created an attachment (id=4796) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4796&action=view) main.o -- http://sourceware.org/bugzilla/show_bug.cgi?id=11604 --- You are receiving this mail

[Bug gold/11604] gc not as effective when using a plugin

2010-05-15 Thread espindola at google dot com
--- Additional Comments From espindola at google dot com 2010-05-16 01:42 --- Created an attachment (id=4795) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4795&action=view) a.o -- http://sourceware.org/bugzilla/show_bug.cgi?id=11604 --- You are receiving this mail bec

[Bug gold/11604] New: gc not as effective when using a plugin

2010-05-15 Thread espindola at google dot com
I am trying to do LTO with llvm and the gold plugin to test the case in http://llvm.org/releases/2.6/docs/LinkTimeOptimization.html Almost everything works, but foo4 from main.o is not removed. It is interesting that gold claims to have removed it: $ LD_LIBRARY_PATH=. ld --eh-frame-hdr -m elf_x8

[Bug ld/11603] Linker always assumes symbols with '.' are Forwarding RVA

2010-05-15 Thread davek at gcc dot gnu dot org
--- Additional Comments From davek at gcc dot gnu dot org 2010-05-15 13:47 --- Posted at http://sourceware.org/ml/binutils/2010-05/msg00171.html. -- http://sourceware.org/bugzilla/show_bug.cgi?id=11603 --- You are receiving this mail because: --- You are on the CC list for

[Bug ld/11603] Linker always assumes symbols with '.' are Forwarding RVA

2010-05-15 Thread davek at gcc dot gnu dot org
--- Additional Comments From davek at gcc dot gnu dot org 2010-05-15 13:04 --- Created an attachment (id=4794) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4794&action=view) allow export of symbols with a dot now testing this minor refactoring that lets the export of a defined

[Bug ld/11603] Linker always assumes symbols with '.' are Forwarding RVA

2010-05-15 Thread davek at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|dave dot korn dot cygwin at |davek at gcc dot gnu dot org |gmail dot com | Status|NEW

[Bug ld/11603] New: Linker always assumes symbols with '.' are Forwarding RVA

2010-05-15 Thread dougsemler at gmail dot com
The linker always generates forwarding RVAs when exporting symbols with '.' in them, rather than looking to see if it's an actual symbol. cf. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44139 -- Summary: Linker always assumes symbols with '.' are Forwarding RVA