[Bug ld/13195] -ffunction-sections -Wl,--gc-sections failure with symbol versioning

2011-10-05 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=13195 --- Comment #8 from cvs-commit at gcc dot gnu.org 2011-10-05 16:40:05 UTC --- CVSROOT:/cvs/src Module name:src Branch: binutils-2_22-branch Changes by:h...@sourceware.org2011-10-05 16:39:56 Modified files: ld/testsuite

[Bug ld/13229] V2 of getsymbol linker plugin interface is not supported by GNU LD

2011-10-05 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13229 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #11 f

[Bug ld/13250] unresolvable R_X86_64_64 relocations with ld --as-needed

2011-10-05 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13250 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING CC|

[Bug ld/13250] unresolvable R_X86_64_64 relocations with ld --as-needed

2011-10-05 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13250 --- Comment #3 from H.J. Lu 2011-10-05 20:11:54 UTC --- A small testcase: hjl@gnu-6 pr13250]$ cat foo.c char mpi_fortran_argv_null_[8]; [hjl@gnu-6 pr13250]$ cat bar.c extern char mpi_fortran_argv_null_[8]; int bar () { return mpi_fortran_ar

[Bug ld/13229] V2 of getsymbol linker plugin interface is not supported by GNU LD

2011-10-05 Thread hubicka at ucw dot cz
http://sourceware.org/bugzilla/show_bug.cgi?id=13229 --- Comment #12 from hubicka at ucw dot cz 2011-10-05 20:49:35 UTC --- > > /* This is the prevailing definition of the symbol, with no > references from regular objects. It is only referenced from IR > code, but the symbol is expor

[Bug ld/13250] unresolvable R_X86_64_64 relocations with ld --as-needed

2011-10-05 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13250 --- Comment #4 from H.J. Lu 2011-10-05 21:11:25 UTC --- Created attachment 5963 --> http://sourceware.org/bugzilla/attachment.cgi?id=5963 A patch This patch preserves the maximum alignment and size for common symbols. -- Configure bugmail

[Bug ld/13244] GNU LD incorrectly complain about undefined hidden symbols with LTO

2011-10-05 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13244 H.J. Lu changed: What|Removed |Added Status|NEW |WAITING --- Comment #1 from H.J. Lu 2011-10

[Bug ld/13229] V2 of getsymbol linker plugin interface is not supported by GNU LD

2011-10-05 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13229 --- Comment #13 from H.J. Lu 2011-10-05 21:41:29 UTC --- (In reply to comment #12) > The follwing should work in C++ > > inline void test (void) > { > call_something(); > } > void test2 (void) > { > test(); > } > > and compile with -flt

[Bug ld/13252] fails to link statically with '[symbol] referenced in section [...]: defined in discarded section [...]' with g++ (Debian 4.6.1-13) 4.6.1 - with test case hyperlinked

2011-10-05 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13252 --- Comment #2 from H.J. Lu 2011-10-05 23:59:52 UTC --- The input has <_ZThn16_N5boost16exception_detail19error_info_injectorINS_17bad_function_callEED1Ev>: 0: 48 83 ef 10 sub$0x10,%rdi 4: e9 00 00 0

[Bug ld/13244] GNU LD incorrectly complain about undefined hidden symbols with LTO

2011-10-05 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13244 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com -- Configure bug

[Bug ld/13250] unresolvable R_X86_64_64 relocations with ld --as-needed

2011-10-05 Thread doko at debian dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=13250 Matthias Klose changed: What|Removed |Added Status|WAITING |NEW --- Comment #5 from Matthias Klos