From: Dave Anglin Date: Sat, 29 Dec 2007 01:57:08 +0000 (+0000) Subject: * gas/all/gas.exp: Skip relax test on hppa*-*-hpux*. X-Git-Tag: sid-snapshot-20080101~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17b939cdc85bb902fca4b4e21cb5939d37c60c78;p=thirdparty%2Fbinutils-gdb.git * gas/all/gas.exp: Skip relax test on hppa*-*-hpux*. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 47d8869d234..7e2d6caebd5 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-12-28 John David Anglin + + * gas/all/gas.exp: Skip relax test on hppa*-*-hpux*. + 2007-12-28 H.J. Lu * gas/i386/arch-1.d: New file. diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 0a3135afcaa..370fd8ba663 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 }