2010-10-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / gas.exp
index 9e080f484e1bd16e87b126a2af89663a5c6bbac2..1dd7cbb025b1c77d631f738a7ed1e8697589ed2f 100644 (file)
@@ -350,8 +350,8 @@ if { ![istarget "tic4x*-*-*"] && ![istarget "tic54x*-*-*"] && ![istarget "hppa*-
     run_dump_test relax
 }
 
-# powerpc allows a string argument to .byte
-if { ![istarget "powerpc*-*-*"] && ![istarget "rs6000*-*-*"] } {
+# powerpc and s390 allow a string argument to .byte
+if { ![istarget "powerpc*-*-*"] && ![istarget "rs6000*-*-*"] && ![istarget "s390*-*-*"] } {
     run_dump_test byte
 }
 
This page took 0.024777 seconds and 4 git commands to generate.