* gas/cfi/cfi.exp: Skip cfi-common-6 on hppa64*-*.
authorDave Anglin <dave.anglin@nrc.ca>
Fri, 31 Dec 2010 18:40:23 +0000 (18:40 +0000)
committerDave Anglin <dave.anglin@nrc.ca>
Fri, 31 Dec 2010 18:40:23 +0000 (18:40 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/cfi/cfi.exp

index 1d5c4130dd83622aecb9a983ca5ac1123b116ec1..d50bcde1030fd3ddc31a3ddac222fdcf9ce697b1 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-31  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gas/cfi/cfi.exp: Skip cfi-common-6 on hppa64*-*.
+
 2010-12-31  Richard Sandiford  <rdsandiford@googlemail.com>
 
        * gas/mips/e32-rel2.d: Accept any file format.
index 7642e01a27c6ef4199614384a5bc2bbfffafde72..c5e3acfeb7571f383aca27274a2dad2d3be7128f 100644 (file)
@@ -100,10 +100,9 @@ if { ![istarget "hppa64*-*"] } then {
     # This test uses .subsection/.previous which are elf-specific.
     run_dump_test "cfi-common-5"
   }
-  run_dump_test "cfi-common-7"
-}
-
-# MIPS doesn't support PC relative cfi directives.
-if { ![istarget "mips*-*"] } then {
+  # MIPS doesn't support PC relative cfi directives.
+  if { ![istarget "mips*-*"] } then {
     run_dump_test "cfi-common-6"
+  }
+  run_dump_test "cfi-common-7"
 }
This page took 0.026696 seconds and 4 git commands to generate.