From af47cd43cc4628fba115ae3b673eeb0441fee5be Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Wed, 27 Oct 2010 15:01:32 +0000 Subject: [PATCH] 2010-10-27 Andreas Krebbel * gas/all/gas.exp: Don't run byte test on s390. --- gas/testsuite/ChangeLog | 4 ++++ 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 4a45eb8aeb..12fdb2cee6 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 9e080f484e..1dd7cbb025 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 }