[Bug ld/16082] [hppa] LD generates invalid version information for _GLOBAL_OFFSET_TABLE_ with --as-needed
http://sourceware.org/bugzilla/show_bug.cgi?id=16082 --- Comment #1 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 31fc8a0b2f4eaf15155d5b02b8017220c32aacbd (commit) from 403cb6b138c38faf72f7abc034db3505b9bdb82f (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=31fc8a0b2f4eaf15155d5b02b8017220c32aacbd commit 31fc8a0b2f4eaf15155d5b02b8017220c32aacbd Author: Nick Clifton Date: Thu Nov 14 14:24:34 2013 + PR ld/16082 * elf32-hppa.c (elf32_hppa_hide_symbol): Remove old version information when forcing a symbol to be local. --- Summary of changes: bfd/ChangeLog|6 ++ bfd/elf32-hppa.c |4 2 files changed, 10 insertions(+), 0 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 ld/16082] [hppa] LD generates invalid version information for _GLOBAL_OFFSET_TABLE_ with --as-needed
https://sourceware.org/bugzilla/show_bug.cgi?id=16082 Nick Clifton changed: What|Removed |Added Status|NEW |RESOLVED CC||nickc at redhat dot com Resolution|--- |FIXED --- Comment #2 from Nick Clifton --- Hi Guy, Thanks for the bug report and patch. I have now applied your patch to the mainline sources. Cheers Nick -- 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/16082] [hppa] LD generates invalid version information for _GLOBAL_OFFSET_TABLE_ with --as-needed
https://sourceware.org/bugzilla/show_bug.cgi?id=16082 --- Comment #3 from Guy Martin --- Hi Nick, Thanks, but could you please fix the Author in git so I get credit for my work ? Thanks you, Guy -- 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/16017] LD creates invalid PLT instructions on CORTEX-M3
http://sourceware.org/bugzilla/show_bug.cgi?id=16017 --- Comment #1 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 57460bcf82df9e5e335be84ecc9bdef33dddc934 (commit) from c7e8af9b3bc0881c59c999d7b78348d359383efe (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=57460bcf82df9e5e335be84ecc9bdef33dddc934 commit 57460bcf82df9e5e335be84ecc9bdef33dddc934 Author: Nick Clifton Date: Thu Nov 14 15:39:51 2013 + PR ld/16017 * elf32-arm.c (elf32_arm_populate_plt_entry): Return a boolean value, TRUE for success, FALSE for failure. Fail if attempting to create a PLT entry for a thumb only target. (elf32_arm_final_link_relocate): Check result of calling elf32_arm_populate_plt_entry. (elf32_arm_finish_dynamic_symbol): Likewise. --- Summary of changes: bfd/ChangeLog | 10 ++ bfd/elf32-arm.c | 31 --- 2 files changed, 34 insertions(+), 7 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 ld/16017] LD creates invalid PLT instructions on CORTEX-M3
https://sourceware.org/bugzilla/show_bug.cgi?id=16017 Nick Clifton changed: What|Removed |Added Status|NEW |ASSIGNED CC||nickc at redhat dot com --- Comment #2 from Nick Clifton --- Hi Markus, I do not have a solution for this problem, but I have checked in a patch to make the linker fail, with a suitable error message if an attempt is made to generate a PLT entry for a thumb-only processor. Cheers Nick -- 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/16082] [hppa] LD generates invalid version information for _GLOBAL_OFFSET_TABLE_ with --as-needed
http://sourceware.org/bugzilla/show_bug.cgi?id=16082 --- Comment #4 from Nick Clifton --- Hi gmsoft, > Thanks, but could you please fix the Author in git so I get credit for my work Err - how do I do that ? I am new to git, so there is still lots for me to learn. Cheers Nick -- 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/16082] [hppa] LD generates invalid version information for _GLOBAL_OFFSET_TABLE_ with --as-needed
https://sourceware.org/bugzilla/show_bug.cgi?id=16082 --- Comment #5 from Guy Martin --- Hi Nick, Check these : http://stackoverflow.com/questions/3042437/change-commit-author-at-one-specific-commit http://stackoverflow.com/questions/750172/how-do-i-change-the-author-of-a-commit-in-git Regards, Guy -- 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/14860] gold_assert(oview_size == 8) fails in Eh_frame_hdr::do_sized_write()
http://sourceware.org/bugzilla/show_bug.cgi?id=14860 --- Comment #1 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 7cdd7d57e6fa3932eb63aa785ae0e3fa837aab20 (commit) from 918229560ce9db307532592047066eac0674190d (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=7cdd7d57e6fa3932eb63aa785ae0e3fa837aab20 commit 7cdd7d57e6fa3932eb63aa785ae0e3fa837aab20 Author: Cary Coutant Date: Fri Oct 11 14:12:16 2013 -0700 Fix race condition while building EH frame header. gold/ PR gold/14860 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_. (Ehframe_hdr::set_final_data_size): Allocate a Lock. * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while updating fde_offsets_. (Eh_frame_hdr::lock_): New data member. --- Summary of changes: gold/ChangeLog |9 + gold/ehframe.cc |6 +- gold/ehframe.h |7 ++- 3 files changed, 20 insertions(+), 2 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