diff options
author | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2002-11-04 01:18:13 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@rr.iij4u.or.jp> | 2002-11-04 01:18:13 +0000 |
commit | 935cac6e77b842941bb173cd3e25c11890f31260 (patch) | |
tree | 954af3c1d3913b132afa50add5042d11635d67e7 /ld/testsuite/ld-sh/tlsbin-1.d | |
parent | 3463048e40b02f9c03ec1e9b14d128fdaff8e5bd (diff) | |
download | binutils-935cac6e77b842941bb173cd3e25c11890f31260.zip binutils-935cac6e77b842941bb173cd3e25c11890f31260.tar.gz binutils-935cac6e77b842941bb173cd3e25c11890f31260.tar.bz2 |
* ld-sh/rd-sh.exp: Add -isa=SHcompact to ASFLAGS for SH-5.
* ld-sh/tlsbin-1.d: Handle GOT_BIAS appropriately for SH-5.
* ld-sh/tlspic-1.d: Likewise.
* ld-sh/tlspic-2.d: Likewise.
* ld-sh/tlsbin-2.d: Likewise. Make it robust for the symbols
defined by the linker scripts.
Diffstat (limited to 'ld/testsuite/ld-sh/tlsbin-1.d')
-rw-r--r-- | ld/testsuite/ld-sh/tlsbin-1.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-sh/tlsbin-1.d b/ld/testsuite/ld-sh/tlsbin-1.d index a6f60c2a..58acf5c 100644 --- a/ld/testsuite/ld-sh/tlsbin-1.d +++ b/ld/testsuite/ld-sh/tlsbin-1.d @@ -204,7 +204,7 @@ Disassembly of section \.text: 40117e: 0b 00 rts 401180: f6 6c mov\.l @r15\+,r12 401182: 09 00 nop - 401184: 3c 1f .*[ ]*.* + 401184: [0-9a-f]+ [0-9a-f]+ .*[ ]*.* 401186: 01 00 .*[ ]*.* \.\.\. @@ -291,6 +291,6 @@ Disassembly of section \.text: 40209e: e3 6f mov r14,r15 4020a0: 0b 00 rts 4020a2: f6 6e mov\.l @r15\+,r14 - 4020a4: 1c 10 .*[ ]*.* + 4020a4: [0-9a-f]+ [0-9a-f]+ .*[ ]*.* 4020a6: 01 00 .*[ ]*.* \.\.\. |