diff options
author | Stephen Clarke <stephen.clarke@earthling.net> | 2002-10-14 18:45:03 +0000 |
---|---|---|
committer | Stephen Clarke <stephen.clarke@earthling.net> | 2002-10-14 18:45:03 +0000 |
commit | 24d1feef42cdf9fe812be0f903a312e81593cea6 (patch) | |
tree | ac2220017671855868741f5b0a6bda14b771adf0 /ld/testsuite/ld-sh/sh.exp | |
parent | 7c519c12a36a82acb25b7fa17a25f8804c8e2b90 (diff) | |
download | gdb-24d1feef42cdf9fe812be0f903a312e81593cea6.zip gdb-24d1feef42cdf9fe812be0f903a312e81593cea6.tar.gz gdb-24d1feef42cdf9fe812be0f903a312e81593cea6.tar.bz2 |
ld-sh/ld-r-1.d: Disable for sh64*-*-linux*.
* ld-sh/sh64/sh64.exp: Likewise.
* ld-sh/sh.exp: Disable relaxing tests for sh64*-*-linux*.
* ld-sh/sh64/abi32.sd: Adjust expected output to include
sh64*-*-linux* formats too.
* ld-sh/sh64/relax.exp: Add emul32 variable to hold target
emulation, and set it appropriately for sh*-*-linux*.
* ld-sh/sh64/relfail.exp: Add variables to hold target
emulation, output format, start symbol, and whether target
supports 64-bit ABI. Set appropriately for sh*-*-linux*.
Diffstat (limited to 'ld/testsuite/ld-sh/sh.exp')
-rw-r--r-- | ld/testsuite/ld-sh/sh.exp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/testsuite/ld-sh/sh.exp b/ld/testsuite/ld-sh/sh.exp index 38b6e73..d3bf8c8 100644 --- a/ld/testsuite/ld-sh/sh.exp +++ b/ld/testsuite/ld-sh/sh.exp @@ -25,7 +25,8 @@ if ![istarget sh*-*-*] { return } -if [istarget sh64-*-elf] { +if { ([istarget sh64-*-elf] + || [istarget sh64*-*-linux*])} { # relaxing not supported on sh64 yet. return } |