diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-06-09 14:53:13 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-06-09 14:53:13 +0000 |
commit | f4ac8484646f3c9e8e7a89d49f2d01b5bdd1c39f (patch) | |
tree | 238040e369d5cbec1440b619dd6984f7dd0f2e25 /ld/testsuite/ld-arm/farcall-thumb-thumb-m.d | |
parent | 2424f303731f7ad383eb8b1dc885e11c3b9f7385 (diff) | |
download | binutils-gdb-f4ac8484646f3c9e8e7a89d49f2d01b5bdd1c39f.tar.gz |
2008-06-03 Christophe Lyon <christophe.lyon@st.com>
bfd/
* elf32-arm.c (arm_stub_is_thumb): Define.
(elf32_arm_final_link_relocate): Handle near mode switching stubs.
ld/testsuite/
* ld-arm/farcall-thumb-thumb-m.d: Fix branch type.
* ld-arm/farcall-thumb-arm.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-arm/farcall-thumb-thumb-m.d')
-rw-r--r-- | ld/testsuite/ld-arm/farcall-thumb-thumb-m.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-arm/farcall-thumb-thumb-m.d b/ld/testsuite/ld-arm/farcall-thumb-thumb-m.d index 691d4e092de..6415be75512 100644 --- a/ld/testsuite/ld-arm/farcall-thumb-thumb-m.d +++ b/ld/testsuite/ld-arm/farcall-thumb-thumb-m.d @@ -12,7 +12,7 @@ Disassembly of section .text: 100c: 02001015 .word 0x02001015 00001010 <_start>: - 1010: f7ff eff6 blx 1000 <_start-0x10> + 1010: f7ff fff6 bl 1000 <_start-0x10> Disassembly of section .foo: 02001014 <bar>: |