[Bug ld/16202] ABS8 and ABS16 get wrong addend on ARM-ELF (big endian)
http://sourceware.org/bugzilla/show_bug.cgi?id=16202 --- Comment #5 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 fd0fd00cded9d641ee55a09edcb62366213357a6 (commit) from f8de51293246a17166da9a2744c1eb5ab956d67b (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=fd0fd00cded9d641ee55a09edcb62366213357a6 commit fd0fd00cded9d641ee55a09edcb62366213357a6 Author: Ma Jiang Date: Mon Jan 13 16:06:28 2014 + 2014-01-13 Ma Jiang PR ld/16202 * elf32-arm.c (elf32_arm_final_link_relocate): Refetch addends for R_ARM_ABS8 and R_ARM_ABS16. --- Summary of changes: bfd/ChangeLog |6 ++ bfd/elf32-arm.c |6 ++ 2 files changed, 12 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/16202] ABS8 and ABS16 get wrong addend on ARM-ELF (big endian)
https://sourceware.org/bugzilla/show_bug.cgi?id=16202 Nick Clifton changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|--- |FIXED --- Comment #6 from Nick Clifton --- Hi Ma, OK, I agree - just updating ABS8 and ABS16 is the safer change. So I have checked in the patch you suggested, along with one minor change - the addend is only refetched when using REL relocs. 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 binutils/16444] New: readelf should print contents of NT_GNU_GOLD_VERSION note
https://sourceware.org/bugzilla/show_bug.cgi?id=16444 Bug ID: 16444 Summary: readelf should print contents of NT_GNU_GOLD_VERSION note Product: binutils Version: unspecified Status: NEW Severity: enhancement Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: ppluzhnikov at google dot com Current readelf from trunk (a0a1bb07cb2c03b7d34f12e734c6f363ddb7c7b2): binutils/readelf -n /usr/local/bin/java Displaying notes found at file offset 0x0260 with length 0x0020: Owner Data size Description GNU 0x0010 NT_GNU_ABI_TAG (ABI version tag) OS: Linux, ABI: 2.6.15 Displaying notes found at file offset 0x0280 with length 0x0024: Owner Data size Description GNU 0x0014 NT_GNU_BUILD_ID (unique build ID bitstring) Build ID: d544c2d2b82afba22ac96cefc976698b65092f6f Displaying notes found at file offset 0x45e0 with length 0x0018: Owner Data size Description GNU 0x0008 NT_GNU_GOLD_VERSION (gold version) Note how readelf knows to print contents for NT_GNU_ABI_TAG and NT_GNU_BUILD_ID, but not for NT_GNU_GOLD_VERSION (which is a string). -- 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/16444] readelf should print contents of NT_GNU_GOLD_VERSION note
https://sourceware.org/bugzilla/show_bug.cgi?id=16444 Cary Coutant changed: What|Removed |Added CC||ccoutant at google dot com Assignee|unassigned at sourceware dot org |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/16446] New: internal error in find_runnable_or_wait, at workqueue.cc:263
https://sourceware.org/bugzilla/show_bug.cgi?id=16446 Bug ID: 16446 Summary: internal error in find_runnable_or_wait, at workqueue.cc:263 Product: binutils Version: 2.23 Status: NEW Severity: normal Priority: P2 Component: gold Assignee: ian at airs dot com Reporter: thestig at google dot com CC: ccoutant at google dot com Build Chromium r244583 on 64-bit Linux with GYP_DEFINES="component=shared_library". When linking the chrome binary, instead of just passing flags like --threads --thread-count=4 to gold, also pass in --preread-archive-symbols. The gold binary used is a pre-built copy checked into Chromium's third_party/gold. Expected: build completes successfully Actually: gold fails with "internal error in find_runnable_or_wait, at workqueue.cc:263" -- 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