* gas/all/gas.exp: Skip relax test on hppa*-*-hpux*.

This commit is contained in:
Dave Anglin 2007-12-29 01:57:08 +00:00
parent d68aa3e6e8
commit 17b939cdc8
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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
}