* gas/cfi/cfi.exp: Don't run cfi-common-6 for mips*-*.
authorThiemo Seufer <ths@networkno.de>
Fri, 10 Nov 2006 14:15:52 +0000 (14:15 +0000)
committerThiemo Seufer <ths@networkno.de>
Fri, 10 Nov 2006 14:15:52 +0000 (14:15 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/cfi/cfi.exp

index 180fbf9..0abee08 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-10  Thiemo Seufer  <ths@mips.com>
+
+       * gas/cfi/cfi.exp: Don't run cfi-common-6 for mips*-*.
+
 2006-11-10  Pedro Alves  <pedro_alves@portugalmail.pt>
 
        * gas/arm/undefined.d: Run test on Windows CE.
index da9ef26..3a56505 100644 (file)
@@ -73,4 +73,8 @@ run_dump_test "cfi-common-2"
 run_dump_test "cfi-common-3"
 run_dump_test "cfi-common-4"
 run_dump_test "cfi-common-5"
-run_dump_test "cfi-common-6"
+
+# MIPS doesn't support PC relative cfi directives
+if { ![istarget "mips*-*"] } then {
+    run_dump_test "cfi-common-6"
+}