* gas/all/gas.exp: Don't run byte test on powerpc.
authorAlan Modra <amodra@gmail.com>
Thu, 13 May 2010 06:46:13 +0000 (06:46 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 13 May 2010 06:46:13 +0000 (06:46 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/all/gas.exp

index 0f36e6f4c0aab0b3ae5ea837153dff541ca1e586..1d04b8965bfd768884284e1899fc06804ecbbb84 100644 (file)
@@ -1,5 +1,7 @@
 2010-05-13  Alan Modra  <amodra@gmail.com>
 
+       * gas/all/gas.exp: Don't run byte test on powerpc.
+
        * gas/ppc/a2.d: Correct wclr encoding.
 
 2010-05-11  Andrew Stubbs  <ams@codesourcery.com>
index 8e0483e067ac12c820c9b665550edba41159f56b..51d7a58114d32f09d3e2661022cd0800d5f40b75 100644 (file)
@@ -329,7 +329,10 @@ if { ![istarget "tic4x*-*-*"] && ![istarget "tic54x*-*-*"] && ![istarget "hppa*-
     run_dump_test relax
 }
 
-run_dump_test byte
+# powerpc allows a string argument to .byte
+if { ![istarget "powerpc*-*-*"] && ![istarget "rs6000*-*-*"] } {
+    run_dump_test byte
+}
 
 # .quad is 16 bytes on i960.
 if { ![istarget "i960-*-*"] } {