diff options
author | Dave Anglin <dave.anglin@nrc.ca> | 2007-12-29 01:57:08 +0000 |
---|---|---|
committer | Dave Anglin <dave.anglin@nrc.ca> | 2007-12-29 01:57:08 +0000 |
commit | 17b939cdc85bb902fca4b4e21cb5939d37c60c78 (patch) | |
tree | c3169500e8cfb392b818953bfbc30044e06ce6a2 /gas | |
parent | d68aa3e6e8a649be28be43c7a80740b281cc4da6 (diff) | |
download | gdb-17b939cdc85bb902fca4b4e21cb5939d37c60c78.zip gdb-17b939cdc85bb902fca4b4e21cb5939d37c60c78.tar.gz gdb-17b939cdc85bb902fca4b4e21cb5939d37c60c78.tar.bz2 |
* gas/all/gas.exp: Skip relax test on hppa*-*-hpux*.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/all/gas.exp | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 47d8869..7e2d6ca 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-12-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca> + + * gas/all/gas.exp: Skip relax test on hppa*-*-hpux*. + 2007-12-28 H.J. Lu <hongjiu.lu@intel.com> * gas/i386/arch-1.d: New file. diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 0a3135a..370fd8b 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 } |