diff options
author | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2010-10-27 15:01:32 +0000 |
---|---|---|
committer | Andreas Krebbel <Andreas.Krebbel@de.ibm.com> | 2010-10-27 15:01:32 +0000 |
commit | af47cd43cc4628fba115ae3b673eeb0441fee5be (patch) | |
tree | f73cfecbe2756f482464e64190e18ac870285c07 | |
parent | 0ffc4adf95947c30e20a994928bc2e19ae3ff29e (diff) | |
download | gdb-af47cd43cc4628fba115ae3b673eeb0441fee5be.zip gdb-af47cd43cc4628fba115ae3b673eeb0441fee5be.tar.gz gdb-af47cd43cc4628fba115ae3b673eeb0441fee5be.tar.bz2 |
2010-10-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* gas/all/gas.exp: Don't run byte test on s390.
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/all/gas.exp | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4a45eb8..12fdb2c 100644 --- a/gas/testsuite/ChangeLog +++ b/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. diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp index 9e080f4..1dd7cbb 100644 --- a/gas/testsuite/gas/all/gas.exp +++ b/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 } |