* gas/all/gas.exp: Skip relax test on hppa*-*-hpux*.
authorDave Anglin <dave.anglin@nrc.ca>
Sat, 29 Dec 2007 01:57:08 +0000 (01:57 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Sat, 29 Dec 2007 01:57:08 +0000 (01:57 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp

index 47d8869d234d3501ecb7cd416718eb48befe2f88..7e2d6caebd5136b0c6772b49f3f77884e782029a 100644 (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.
index 0a3135afcaacd3b39e7401d7ce9ab594336f5d65..370fd8ba6636f108361fd3efc5a6fccdfbd020ec 100644 (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
 }
 
This page took 0.029891 seconds and 4 git commands to generate.