[Bug ld/15126] [REGRESSION] 2.23.51.0.9 fails to link cairo with libstdc++ (could not read symbols: Invalid operation)
http://sourceware.org/bugzilla/show_bug.cgi?id=15126 --- Comment #8 from Maciej Piechotka 2013-02-16 09:29:54 UTC --- Sight. Binutils 2.23.51.0.8 and 2.23.1 succeeded even if I did not reconfigured. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/15141] Linker (ld.bfd) option "--trace-symbol" does not work with LTO
http://sourceware.org/bugzilla/show_bug.cgi?id=15141 --- Comment #2 from cvs-commit at gcc dot gnu.org 2013-02-16 17:50:27 UTC --- CVSROOT:/cvs/src Module name:src Changes by:h...@sourceware.org2013-02-16 17:50:21 Modified files: ld : ChangeLog plugin.c Log message: Also trace symbol from the IR bfd PR ld/15141 * plugin.c (plugin_notice): Also trace symbol from the IR bfd. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2555&r2=1.2556 http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/plugin.c.diff?cvsroot=src&r1=1.47&r2=1.48 -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/15146] Reference from dummy plugin symbol isn't removed
http://sourceware.org/bugzilla/show_bug.cgi?id=15146 --- Comment #1 from cvs-commit at gcc dot gnu.org 2013-02-16 17:54:42 UTC --- CVSROOT:/cvs/src Module name:src Changes by:h...@sourceware.org2013-02-16 17:54:37 Modified files: ld : ChangeLog plugin.c ld/testsuite : ChangeLog ld/testsuite/ld-plugin: lto.exp bfd: ChangeLog elflink.c Added files: ld/testsuite/ld-plugin: pr15146.d pr15146a.c pr15146b.c pr15146d.c Log message: Don't add DT_NEEDED for references from the dummy bfd bfd/ PR ld/15146 * elflink.c (elf_link_add_object_symbols): Don't add DT_NEEDED for references from the dummy bfd. ld/ PR ld/15146 * plugin.c (plugin_notice): Replace the undefined dummy bfd with the real one. ld/testsuite/ PR ld/15146 * ld-plugin/pr15146.d: New file. * ld-plugin/pr15146a.c: Likewise. * ld-plugin/pr15146b.c: Likewise. * ld-plugin/pr15146c.c: Likewise. * ld-plugin/pr15146d.c: Likewise. * ld-plugin/lto.exp: Add tests for PR ld/15146. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2556&r2=1.2557 http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/plugin.c.diff?cvsroot=src&r1=1.48&r2=1.49 http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1686&r2=1.1687 http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-plugin/pr15146.d.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-plugin/pr15146a.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-plugin/pr15146b.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-plugin/pr15146d.c.diff?cvsroot=src&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-plugin/lto.exp.diff?cvsroot=src&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.5969&r2=1.5970 http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=src&r1=1.468&r2=1.469 -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/15149] Weak reference leads to DT_NEEDED entry
http://sourceware.org/bugzilla/show_bug.cgi?id=15149 --- Comment #2 from cvs-commit at gcc dot gnu.org 2013-02-16 17:49:03 UTC --- CVSROOT:/cvs/src Module name:src Changes by:h...@sourceware.org2013-02-16 17:48:57 Modified files: bfd: ChangeLog elflink.c Log message: Also track weak references PR ld/15149 * elflink.c (elf_link_add_object_symbols): Also track weak references. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.5968&r2=1.5969 http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=src&r1=1.467&r2=1.468 -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/15126] [REGRESSION] 2.23.51.0.9 fails to link cairo with libstdc++ (could not read symbols: Invalid operation)
http://sourceware.org/bugzilla/show_bug.cgi?id=15126 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed||2013-02-16 Ever Confirmed|0 |1 --- Comment #9 from H.J. Lu 2013-02-16 18:23:23 UTC --- Binutils 2.23.1 and 2.23.51.0.8/2.23.51.0.9 fail for me. If you don't have a small testcase, please provide the whole cairo build directory. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/15149] Weak reference leads to DT_NEEDED entry
http://sourceware.org/bugzilla/show_bug.cgi?id=15149 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #3 from H.J. Lu 2013-02-16 18:24:41 UTC --- Fixed. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/15146] Reference from dummy plugin symbol isn't removed
http://sourceware.org/bugzilla/show_bug.cgi?id=15146 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #2 from H.J. Lu 2013-02-16 18:25:31 UTC --- Fixed. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/15141] Linker (ld.bfd) option "--trace-symbol" does not work with LTO
http://sourceware.org/bugzilla/show_bug.cgi?id=15141 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution||FIXED --- Comment #3 from H.J. Lu 2013-02-16 18:25:58 UTC --- Fixed. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils
[Bug ld/15126] [REGRESSION] 2.23.51.0.9 fails to link cairo with libstdc++ (could not read symbols: Invalid operation)
http://sourceware.org/bugzilla/show_bug.cgi?id=15126 --- Comment #10 from Maciej Piechotka 2013-02-16 20:28:39 UTC --- (In reply to comment #9) > Binutils 2.23.1 and 2.23.51.0.8/2.23.51.0.9 fail for me. > If you don't have a small testcase, please provide > the whole cairo build directory. Compressed directory takes nearly 60 MiB. How should I send it? -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils