2010-10-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>

* gas/all/gas.exp: Don't run byte test on s390.
This commit is contained in:
Andreas Krebbel 2010-10-27 15:01:32 +00:00
parent 0ffc4adf95
commit af47cd43cc
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2010-10-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gas/all/gas.exp: Don't run byte test on s390.
2010-10-27 Alan Modra <amodra@gmail.com>
* gas/i386/x86-64-relax-1.s: Use .balign. not .align.

View 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
}