diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2007-05-14 12:07:11 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2007-05-14 12:07:11 +0000 |
commit | 224e2b28d4c528d1db1827eee72bc6958dffa37e (patch) | |
tree | 8349e69dcfa9b44fd8202babe67bbdd8a10684b8 /ld/testsuite/ld-sh/vxworks3-le.dd | |
parent | b0253a5390bcce583ec364337b37d706ba1142f6 (diff) | |
download | binutils-224e2b28d4c528d1db1827eee72bc6958dffa37e.zip binutils-224e2b28d4c528d1db1827eee72bc6958dffa37e.tar.gz binutils-224e2b28d4c528d1db1827eee72bc6958dffa37e.tar.bz2 |
ld/testsuite/
* ld-sh/vxworks1.dd: Remove hexadecimal prefixes from constant pool
contents. Consistently use "!" as the comment character.
Consistently use _PROCEDURE_LINKAGE_TABLE_ in the first PLT entry.
* ld-sh/vxworks1-le.dd: Likewise.
* ld-sh/vxworks1-lib.dd: Likewise.
* ld-sh/vxworks1-lib-le.dd: Likewise.
* ld-sh/vxworks3.dd: Likewise.
* ld-sh/vxworks3-le.dd: Likewise.
Diffstat (limited to 'ld/testsuite/ld-sh/vxworks3-le.dd')
-rw-r--r-- | ld/testsuite/ld-sh/vxworks3-le.dd | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ld/testsuite/ld-sh/vxworks3-le.dd b/ld/testsuite/ld-sh/vxworks3-le.dd index 3fc966c..6a0fc2d 100644 --- a/ld/testsuite/ld-sh/vxworks3-le.dd +++ b/ld/testsuite/ld-sh/vxworks3-le.dd @@ -4,31 +4,31 @@ Disassembly of section \.plt: #... -.*: 01 d0 mov\.l .*,r0 ! 0x0 +.*: 01 d0 mov\.l .*,r0 ! 0 .*: f1 af bra .* <_PROCEDURE_LINKAGE_TABLE_> .*: 09 00 nop #... -.*: 01 d0 mov\.l .*,r0 ! 0x7ec +.*: 01 d0 mov\.l .*,r0 ! 7ec .*: 05 a8 bra .* <_PROCEDURE_LINKAGE_TABLE_> .*: 09 00 nop #... -.*: 01 d0 mov\.l .*,r0 ! 0x7f8 +.*: 01 d0 mov\.l .*,r0 ! 7f8 .*: f2 af bra .* .*: 09 00 nop #... -.*: 01 d0 mov\.l .*,r0 ! 0xfe4 +.*: 01 d0 mov\.l .*,r0 ! fe4 .*: 06 a8 bra .* .*: 09 00 nop #... -.*: 01 d0 mov\.l .*,r0 ! 0xff0 +.*: 01 d0 mov\.l .*,r0 ! ff0 .*: f2 af bra .* .*: 09 00 nop #... -.*: 01 d0 mov\.l .*,r0 ! 0x17dc +.*: 01 d0 mov\.l .*,r0 ! 17dc .*: 06 a8 bra .* .*: 09 00 nop #... -.*: 01 d0 mov\.l .*,r0 ! 0x17e8 +.*: 01 d0 mov\.l .*,r0 ! 17e8 .*: f2 af bra .* .*: 09 00 nop #pass |