From: Andreas Krebbel Date: Wed, 27 Oct 2010 15:01:32 +0000 (+0000) Subject: 2010-10-27 Andreas Krebbel X-Git-Tag: binutils-2_21-branchpoint~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af47cd43cc4628fba115ae3b673eeb0441fee5be;p=platform%2Fupstream%2Fbinutils.git 2010-10-27 Andreas Krebbel * gas/all/gas.exp: Don't run byte test on s390. --- 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 + + * gas/all/gas.exp: Don't run byte test on s390. + 2010-10-27 Alan Modra * 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 }