diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2011-03-14 15:52:53 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2011-03-14 15:52:53 +0000 |
commit | b436d85411e682b845d3d0d1d385e00504a4411a (patch) | |
tree | 96d6b4dca871a4eb7e8b2c13cdad2f7b54091485 /ld/testsuite/ld-arm/unresolved-1.d | |
parent | 47beaa6a213f48eaf6e0bd3d3768ba559c42b1b6 (diff) | |
download | gdb-b436d85411e682b845d3d0d1d385e00504a4411a.zip gdb-b436d85411e682b845d3d0d1d385e00504a4411a.tar.gz gdb-b436d85411e682b845d3d0d1d385e00504a4411a.tar.bz2 |
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.
Diffstat (limited to 'ld/testsuite/ld-arm/unresolved-1.d')
-rw-r--r-- | ld/testsuite/ld-arm/unresolved-1.d | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/testsuite/ld-arm/unresolved-1.d b/ld/testsuite/ld-arm/unresolved-1.d new file mode 100644 index 0000000..cfc1b04 --- /dev/null +++ b/ld/testsuite/ld-arm/unresolved-1.d @@ -0,0 +1,8 @@ +#ld: --warn-unresolved +#warning: \(\.text\+0x8\): warning: undefined reference to `foo' +#objdump: -sj.rel.dyn -sj.got + +.* + +Contents of section \.got: + *[^ ]* 00000000 00000000 00000000 00000000 .* |