[Bug gold/14344] FAIL: gdb_index_test_[12].sh

2012-07-09 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14344 --- Comment #2 from H.J. Lu 2012-07-10 06:59:10 UTC --- I think tests should accept both "const int" and "int const". -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Bug ld/14156] --sort-section=alignment trashes init/fini sections, and anything similar

2012-07-09 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14156 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug gold/14344] FAIL: gdb_index_test_[12].sh

2012-07-09 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14344 --- Comment #1 from H.J. Lu 2012-07-10 06:54:24 UTC --- The difference is GCC 4.6 vs GCC 4.7. GCC 4.7 mangles "const int" as "const int" while GCC 4.6 uses "int const". -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=e

[Bug ld/14156] --sort-section=alignment trashes init/fini sections, and anything similar

2012-07-09 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14156 --- Comment #4 from cvs-commit at gcc dot gnu.org 2012-07-10 06:51:02 UTC --- CVSROOT:/cvs/src Module name:src Changes by:h...@sourceware.org2012-07-10 06:50:57 Modified files: ld : ChangeLog NEWS ld.h ld.texinf

[Bug gold/14344] New: FAIL: gdb_index_test_[12].sh

2012-07-09 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14344 Bug #: 14344 Summary: FAIL: gdb_index_test_[12].sh Product: binutils Version: 2.23 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gold As

[Bug ld/14323] Linker fails to handle weak alias with __start_SECNAME symbol

2012-07-09 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14323 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug ld/14323] Linker fails to handle weak alias with __start_SECNAME symbol

2012-07-09 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14323 --- Comment #2 from cvs-commit at gcc dot gnu.org 2012-07-10 04:52:00 UTC --- CVSROOT:/cvs/src Module name:src Changes by:h...@sourceware.org2012-07-10 04:51:54 Modified files: ld/testsuite : ChangeLog ld/testsuite/l

[Bug gold/14262] icf corrupts unwind info and makes exception throwing to abort

2012-07-09 Thread tmsriram at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14262 --- Comment #2 from Sriraman Tallam 2012-07-10 00:26:22 UTC --- (In reply to comment #1) > any chance that this problem that some attention soon? > We have code that benefits from icf and it is a pity we cannot use it together > with lto I d

[Bug gold/14342] New: [gold] symbol 'std::__once_callable' used as both __thread and non-__thread

2012-07-09 Thread vincenzo.innocente at cern dot ch
http://sourceware.org/bugzilla/show_bug.cgi?id=14342 Bug #: 14342 Summary: [gold] symbol 'std::__once_callable' used as both __thread and non-__thread Product: binutils Version: 2.22 Status: NEW Severity: norma

[Bug gold/14262] icf corrupts unwind info and makes exception throwing to abort

2012-07-09 Thread vincenzo.innocente at cern dot ch
http://sourceware.org/bugzilla/show_bug.cgi?id=14262 --- Comment #1 from Vincenzo Innocente 2012-07-09 23:30:40 UTC --- any chance that this problem that some attention soon? We have code that benefits from icf and it is a pity we cannot use it together with lto -- Configure bugmail: http://so

[Bug gold/14330] failure to link global hidden symbol

2012-07-09 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14330 --- Comment #6 from Cary Coutant 2012-07-09 16:40:12 UTC --- > This is a wild guess, but I think your asm code is getting placed in a > random section depending on the other options. Try adding a ".text" > statement in the function definition

[Bug gold/14330] failure to link global hidden symbol

2012-07-09 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14330 --- Comment #5 from Cary Coutant 2012-07-09 16:27:34 UTC --- >> It looks like the symbol was discarded for some reason, and the error is >> occurring because it is hidden.  My guess is that the error should be >> suppressed--you should only be

[Bug gold/14330] failure to link global hidden symbol

2012-07-09 Thread wingo at pobox dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14330 --- Comment #4 from Andy Wingo 2012-07-09 14:51:02 UTC --- (In reply to comment #3) > It looks like the symbol was discarded for some reason, and the error is > occurring because it is hidden. My guess is that the error should be > suppressed

[Bug gold/14330] failure to link global hidden symbol

2012-07-09 Thread ian at airs dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14330 --- Comment #3 from Ian Lance Taylor 2012-07-09 14:12:32 UTC --- It looks like the symbol was discarded for some reason, and the error is occurring because it is hidden. My guess is that the error should be suppressed--you should only be gett

[Bug ld/14323] Linker fails to handle weak alias with __start_SECNAME symbol

2012-07-09 Thread cvs-commit at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=14323 --- Comment #1 from cvs-commit at gcc dot gnu.org 2012-07-09 08:17:46 UTC --- CVSROOT:/cvs/src Module name:src Changes by:amo...@sourceware.org2012-07-09 08:17:35 Modified files: bfd: ChangeLog elflink.c Log m