aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2010-05-13 06:46:13 +0000
committerAlan Modra <amodra@gmail.com>2010-05-13 06:46:13 +0000
commit9e59393e699277fcd7da63b4169675ecd52360e5 (patch)
tree7499b012f81cdbc78bb3f96ddc4029b3eb579853 /gas
parent85d4ac0b3c0bcfcd4c77fd943c0219d1934628df (diff)
downloadbinutils-9e59393e699277fcd7da63b4169675ecd52360e5.zip
binutils-9e59393e699277fcd7da63b4169675ecd52360e5.tar.gz
binutils-9e59393e699277fcd7da63b4169675ecd52360e5.tar.bz2
* gas/all/gas.exp: Don't run byte test on powerpc.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog2
-rw-r--r--gas/testsuite/gas/all/gas.exp5
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 0f36e6f..1d04b89 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,5 +1,7 @@
2010-05-13 Alan Modra <amodra@gmail.com>
+ * gas/all/gas.exp: Don't run byte test on powerpc.
+
* gas/ppc/a2.d: Correct wclr encoding.
2010-05-11 Andrew Stubbs <ams@codesourcery.com>
diff --git a/gas/testsuite/gas/all/gas.exp b/gas/testsuite/gas/all/gas.exp
index 8e0483e..51d7a58 100644
--- a/gas/testsuite/gas/all/gas.exp
+++ b/gas/testsuite/gas/all/gas.exp
@@ -329,7 +329,10 @@ if { ![istarget "tic4x*-*-*"] && ![istarget "tic54x*-*-*"] && ![istarget "hppa*-
run_dump_test relax
}
-run_dump_test byte
+# powerpc allows a string argument to .byte
+if { ![istarget "powerpc*-*-*"] && ![istarget "rs6000*-*-*"] } {
+ run_dump_test byte
+}
# .quad is 16 bytes on i960.
if { ![istarget "i960-*-*"] } {