summaryrefslogtreecommitdiffstats
path: root/gas/testsuite/gas/all
diff options
context:
space:
mode:
authorDave Anglin <dave.anglin@nrc.ca>2007-12-29 01:57:08 +0000
committerDave Anglin <dave.anglin@nrc.ca>2007-12-29 01:57:08 +0000
commit17b939cdc85bb902fca4b4e21cb5939d37c60c78 (patch)
treec3169500e8cfb392b818953bfbc30044e06ce6a2 /gas/testsuite/gas/all
parentd68aa3e6e8a649be28be43c7a80740b281cc4da6 (diff)
downloadppe42-binutils-17b939cdc85bb902fca4b4e21cb5939d37c60c78.tar.gz
ppe42-binutils-17b939cdc85bb902fca4b4e21cb5939d37c60c78.zip
* gas/all/gas.exp: Skip relax test on hppa*-*-hpux*.
Diffstat (limited to 'gas/testsuite/gas/all')
-rw-r--r--gas/testsuite/gas/all/gas.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index 0a3135afca..370fd8ba66 100644
--- a/gas/testsuite/gas/all/gas.exp
+++ b/gas/testsuite/gas/all/gas.exp
@@ -274,7 +274,8 @@ run_dump_test assign
run_dump_test sleb128
# .byte is 32 bits on tic4x, and .p2align isn't supported on tic54x
-if { ![istarget "tic4x*-*-*"] && ![istarget "tic54x*-*-*"] } {
+# .space is different on hppa*-hpux.
+if { ![istarget "tic4x*-*-*"] && ![istarget "tic54x*-*-*"] && ![istarget "hppa*-*-hpux*"] } {
run_dump_test relax
}
OpenPOWER on IntegriCloud