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 b55faec400187dc4507ffc89e0ca0acda7bebfdb..a0315f415b9f759a922a5dcb5d1b004e710c690e 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 2bcce35e8b738c03de9bfb15d97b8390342f2f72..78de31362eaaf0780cca5fb354599c0d8ca44ddf 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
 }
This page took 0.026401 seconds and 4 git commands to generate.