Browse Source

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

* gas/all/gas.exp: Don't run byte test on s390.
binutils-2_21-branch
Andreas Krebbel 16 years ago
parent
commit
af47cd43cc
  1. 4
      gas/testsuite/ChangeLog
  2. 4
      gas/testsuite/gas/all/gas.exp

4
gas/testsuite/ChangeLog

@ -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.

4
gas/testsuite/gas/all/gas.exp

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

Loading…
Cancel
Save