diff options
author | Ramana Radhakrishnan <ramana.r@gmail.com> | 2010-02-16 19:02:59 +0000 |
---|---|---|
committer | Ramana Radhakrishnan <ramana.r@gmail.com> | 2010-02-16 19:02:59 +0000 |
commit | d66a7a7bd2b7292befc081c3dd59f73d5320657d (patch) | |
tree | 9279a458121c7d124132b5d67137577935e25a95 /ld | |
parent | 71dee6639e9df74c4a4914b4cf19d53266ca9852 (diff) | |
download | binutils-d66a7a7bd2b7292befc081c3dd59f73d5320657d.zip binutils-d66a7a7bd2b7292befc081c3dd59f73d5320657d.tar.gz binutils-d66a7a7bd2b7292befc081c3dd59f73d5320657d.tar.bz2 |
2010-02-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
* ld-arm/jump-reloc-veneers-long.d: Correct testcase for
arm-none-eabi target.
* ld-arm/jump-reloc-veneers-short1.d: Likewise
* ld-arm/jump-reloc-veneers-short2.d: Likewise
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/jump-reloc-veneers-long.d | 18 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/jump-reloc-veneers-short1.d | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-arm/jump-reloc-veneers-short2.d | 4 |
4 files changed, 20 insertions, 13 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 0b00887..ee43b15 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2010-02-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com> + + * ld-arm/jump-reloc-veneers-long.d: Correct testcase for + arm-none-eabi target. + * ld-arm/jump-reloc-veneers-short1.d: Likewise + * ld-arm/jump-reloc-veneers-short2.d: Likewise + 2010-02-12 Daniel Gutson <dgutson@codesourcery.com> * ld-arm/arm-elf.exp (armelftests): New test case added. diff --git a/ld/testsuite/ld-arm/jump-reloc-veneers-long.d b/ld/testsuite/ld-arm/jump-reloc-veneers-long.d index 16abe36..0dba9ec 100644 --- a/ld/testsuite/ld-arm/jump-reloc-veneers-long.d +++ b/ld/testsuite/ld-arm/jump-reloc-veneers-long.d @@ -9,13 +9,13 @@ Disassembly of section destsect: Disassembly of section .text: -00008058 <[^>]*>: - 8058: b802f000 .word 0xb802f000 - 805c: 00000000 andeq r0, r0, r0 +000080.. <[^>]*>: + 80..: b802f000 .word 0xb802f000 + 80..: 00000000 andeq r0, r0, r0 -00008060 <[^>]*>: - 8060: 4778 bx pc - 8062: 46c0 nop ; \(mov r8, r8\) - 8064: e59fc000 ldr ip, \[pc, #0\] ; 806c <__dest_veneer\+0xc> - 8068: e12fff1c bx ip - 806c: 09000001 .word 0x09000001 +000080.. <[^>]*>: + 80..: 4778 bx pc + 80..: 46c0 nop ; \(mov r8, r8\) + 80..: e59fc000 ldr ip, \[pc, #0\] ; 80.. <__dest_veneer\+0xc> + 80..: e12fff1c bx ip + 80..: 09000001 .word 0x09000001 diff --git a/ld/testsuite/ld-arm/jump-reloc-veneers-short1.d b/ld/testsuite/ld-arm/jump-reloc-veneers-short1.d index 8ba0195..3796652 100644 --- a/ld/testsuite/ld-arm/jump-reloc-veneers-short1.d +++ b/ld/testsuite/ld-arm/jump-reloc-veneers-short1.d @@ -9,5 +9,5 @@ Disassembly of section destsect: Disassembly of section .text: -00008054 <[^>]*>: - 8054: f000 bfd4 b.w 9000 <dest> +000080.. <[^>]*>: + 80..: f000 bf.. b.w 9000 <dest> diff --git a/ld/testsuite/ld-arm/jump-reloc-veneers-short2.d b/ld/testsuite/ld-arm/jump-reloc-veneers-short2.d index 538ff91..22fa6df 100644 --- a/ld/testsuite/ld-arm/jump-reloc-veneers-short2.d +++ b/ld/testsuite/ld-arm/jump-reloc-veneers-short2.d @@ -9,5 +9,5 @@ Disassembly of section destsect: Disassembly of section .text: -00008054 <[^>]*>: - 8054: f0f7 9fd4 b.w 900000 <dest> +000080.. <[^>]*>: + 80..: f0f7 9f.. b.w 900000 <dest> |