diff options
author | Paul Brook <paul@codesourcery.com> | 2007-05-22 17:17:53 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2007-05-22 17:17:53 +0000 |
commit | 5a9c6e41cc7a26a67b21c7b330171087fd256e33 (patch) | |
tree | 7ab1b7f5d516e98cf04f2a27085500455c21d248 /ld | |
parent | 34319c4355f0406836e05c850300509b101ea0e4 (diff) | |
download | binutils-redhat-5a9c6e41cc7a26a67b21c7b330171087fd256e33.tar.gz |
2007-05-22 Paul Brook <paul@codesourcery.com>
ld/testsuite/
* ld-arm/arm-pic-veneer.d: Update expected output.
* ld-arm/arm-call.d: Ditto.
bfd/
* elf32-arm.c (output_arch_syminfo): Replace plt_shndx and plt_offset
with sec and sec_shndx.
(elf32_arm_ouput_plt_map_sym): Use them.
(elf32_arm_output_arch_local_syms): Output mapping symbols for
interworking glue.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/arm-call.d | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/arm-pic-veneer.d | 2 |
3 files changed, 8 insertions, 3 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index c4662f7fd8..0eba593473 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2007-05-22 Paul Brook <paul@codesourcery.com> + * ld-arm/arm-pic-veneer.d: Update expected output. + * ld-arm/arm-call.d: Ditto. + +2007-05-22 Paul Brook <paul@codesourcery.com> + * ld-arm-mixed-lib.d: Update expected output. * ld-arm/arm-app.d: Ditto. * ld-arm/mixed-app.d: Ditto. diff --git a/ld/testsuite/ld-arm/arm-call.d b/ld/testsuite/ld-arm/arm-call.d index 3a55deb122..34c31d9a39 100644 --- a/ld/testsuite/ld-arm/arm-call.d +++ b/ld/testsuite/ld-arm/arm-call.d @@ -49,8 +49,8 @@ Disassembly of section .text: 0000805c <__t1_from_arm>: 805c: e51ff004 ldr pc, \[pc, #-4\] ; 8060 <__t1_from_arm\+0x4> - 8060: 00008041 andeq r8, r0, r1, asr #32 + 8060: 00008041 .word 0x00008041 00008064 <__t2_from_arm>: 8064: e51ff004 ldr pc, \[pc, #-4\] ; 8068 <__t2_from_arm\+0x4> - 8068: 00008043 andeq r8, r0, r3, asr #32 + 8068: 00008043 .word 0x00008043 diff --git a/ld/testsuite/ld-arm/arm-pic-veneer.d b/ld/testsuite/ld-arm/arm-pic-veneer.d index cbd582277d..97eeb52f15 100644 --- a/ld/testsuite/ld-arm/arm-pic-veneer.d +++ b/ld/testsuite/ld-arm/arm-pic-veneer.d @@ -14,4 +14,4 @@ Disassembly of section .text: 8008: e59fc004 ldr ip, \[pc, #4\] ; 8014 <__foo_from_arm\+0xc> 800c: e08cc00f add ip, ip, pc 8010: e12fff1c bx ip - 8014: fffffff1 undefined instruction 0xfffffff1 + 8014: fffffff1 .word 0xfffffff1 |