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 | 91a5743d016cd12f0128645a278f0b3980252f82 (patch) | |
tree | 541a2836677f840e046ffbe1716405edb8e6b2b8 /ld/testsuite/ld-arm/arm-pic-veneer.d | |
parent | e39ff52a3b2235defefee5e37d4a048c066c6384 (diff) | |
download | gdb-91a5743d016cd12f0128645a278f0b3980252f82.zip gdb-91a5743d016cd12f0128645a278f0b3980252f82.tar.gz gdb-91a5743d016cd12f0128645a278f0b3980252f82.tar.bz2 |
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/testsuite/ld-arm/arm-pic-veneer.d')
-rw-r--r-- | ld/testsuite/ld-arm/arm-pic-veneer.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-arm/arm-pic-veneer.d b/ld/testsuite/ld-arm/arm-pic-veneer.d index cbd5822..97eeb52 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 |