gas/testsuite:
authorIain Sandoe <iain@codesourcery.com>
Sat, 27 Oct 2012 07:55:57 +0000 (07:55 +0000)
committerIain Sandoe <iain@codesourcery.com>
Sat, 27 Oct 2012 07:55:57 +0000 (07:55 +0000)
2012-10-27  James Lemke  <jwlemke@codesourcery.com>

* gas/m68k/all.exp: Exclude pr11676 for fido-*-*.

gas/testsuite/ChangeLog
gas/testsuite/gas/m68k/all.exp

index b55faec..a0315f4 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-27  James Lemke  <jwlemke@codesourcery.com>
+
+       * gas/m68k/all.exp: Exclude pr11676 for fido-*-*.
+
 2012-10-26  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * gas/testsuite/gas/s390/zarch-z10.d: Refreshed.
index 2bcce35..78de313 100644 (file)
@@ -98,7 +98,10 @@ if { [istarget m68*-*-*] || [istarget fido*-*-*] } then {
       run_dump_test tls-gd-3
     }
 
-    run_dump_test pr11676
+    if { ! [istarget fido-*-*] } then {
+      # The testcase uses an invalid instruction for this architecture.
+      run_dump_test pr11676
+    }
 
     run_dump_test pmove
 }