]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elf32-arm.c
bfd/
authorRichard Sandiford <rdsandiford@googlemail.com>
Mon, 14 Mar 2011 15:52:53 +0000 (15:52 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Mon, 14 Mar 2011 15:52:53 +0000 (15:52 +0000)
commitb436d85411e682b845d3d0d1d385e00504a4411a
tree96d6b4dca871a4eb7e8b2c13cdad2f7b54091485
parent47beaa6a213f48eaf6e0bd3d3768ba559c42b1b6
bfd/
* elf32-arm.c (elf32_arm_final_link_relocate): Always fill in the
GOT entry here, rather than leaving it to finish_dynamic_symbol.
Only create a dynamic relocation for local references if
info->shared.
(allocate_dynrelocs_for_symbol): Update dynamic relocation
allocation accordingly.
(elf32_arm_finish_dynamic_symbol): Don't initialise the GOT entry here.

ld/testsuite/
* ld-arm/exec-got-1a.s, ld-arm/exec-got-1b.s, ld-arm/exec-got-1.d,
ld-arm/unresolved-1.s, ld-arm/unresolved-1.d,
ld-arm/unresolved-1-dyn.d: New tests.
* ld-arm/arm-elf.exp: Run them.
bfd/ChangeLog
bfd/elf32-arm.c
ld/testsuite/ChangeLog
ld/testsuite/ld-arm/arm-elf.exp
ld/testsuite/ld-arm/exec-got-1.d [new file with mode: 0644]
ld/testsuite/ld-arm/exec-got-1a.s [new file with mode: 0644]
ld/testsuite/ld-arm/exec-got-1b.s [new file with mode: 0644]
ld/testsuite/ld-arm/unresolved-1-dyn.d [new file with mode: 0644]
ld/testsuite/ld-arm/unresolved-1.d [new file with mode: 0644]
ld/testsuite/ld-arm/unresolved-1.s [new file with mode: 0644]