[Bug ld/16498] assertion fail at bfd/elf.c:4122
http://sourceware.org/bugzilla/show_bug.cgi?id=16498 --- Comment #3 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via d923cae027fb7f86d6b684c9084c5521fef0ed56 (commit) from 83b645b833a4c137441b2ba1c03206371b28c9db (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log - https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d923cae027fb7f86d6b684c9084c5521fef0ed56 commit d923cae027fb7f86d6b684c9084c5521fef0ed56 Author: H.J. Lu Date: Thu Jan 23 08:15:17 2014 -0800 Issue a linker error if TLS sections are not adjacent Bad linker script may lead to TLS sections separated by non-TLS sections in output. This patch changes linker assert to a linker error to provide better linker diagnosis. PR ld/16498 * elf.c (_bfd_elf_map_sections_to_segments): Issue a linker error if TLS sections are not adjacent. --- Summary of changes: bfd/ChangeLog |6 ++ bfd/elf.c | 26 +++--- 2 files changed, 29 insertions(+), 3 deletions(-) -- 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 binutils/15435] Gold rejects undefined weak hidden symbol
https://sourceware.org/bugzilla/show_bug.cgi?id=15435 Paul Pluzhnikov changed: What|Removed |Added Attachment #7016|application/octet-stream|text/plain mime type|| CC||ppluzhnikov at google dot com -- 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 binutils/15435] Gold rejects undefined weak hidden symbol
https://sourceware.org/bugzilla/show_bug.cgi?id=15435 Paul Pluzhnikov changed: What|Removed |Added Assignee|unassigned at sourceware dot org |ccoutant at google dot com --- Comment #3 from Paul Pluzhnikov --- Just hit this one too, using GNU gold (GNU Binutils 2.24.51.20131021) 1.11 The test case doesn't need any assembly: extern void undefined () __attribute__((visibility("hidden"))) __attribute__((weak)); int main () { if (&undefined != 0) return 1; return 0; } -- 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 binutils/15435] Gold rejects undefined weak hidden symbol
https://sourceware.org/bugzilla/show_bug.cgi?id=15435 --- Comment #4 from Paul Pluzhnikov --- And confirmed in current trunk: GNU gold (GNU Binutils 2.24.51.20131021) 1.11 -- 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 gold/16446] internal error in find_runnable_or_wait, at workqueue.cc:263
https://sourceware.org/bugzilla/show_bug.cgi?id=16446 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com -- 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 gold/16417] executable linked with gold segfaults before main
https://sourceware.org/bugzilla/show_bug.cgi?id=16417 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com -- 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 gold/16389] gold throws "internal error in segment_precedes" when building VirtualBox
https://sourceware.org/bugzilla/show_bug.cgi?id=16389 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com --- Comment #2 from Cary Coutant --- Please attach the linker script and the .o files. -- 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