aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/ppc/ppc.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 9e063b9..ee5c16e 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-16 Tristan Gingold <gingold@adacore.com>
+
+ * gas/ppc/ppc.exp: Do not run simpshft on aix.
+
2013-05-16 Nick Clifton <nickc@redhat.com>
* gas/msp430/opcodes.s: Use correct value for .arch pseudo.
diff --git a/gas/testsuite/gas/ppc/ppc.exp b/gas/testsuite/gas/ppc/ppc.exp
index b7f56b0..9b43a3c 100644
--- a/gas/testsuite/gas/ppc/ppc.exp
+++ b/gas/testsuite/gas/ppc/ppc.exp
@@ -44,7 +44,6 @@ if { [istarget powerpc64*-*-*] || [istarget *-*-elf64*]} then {
}
if { [istarget powerpc*-*-*] } then {
- run_dump_test "simpshft"
run_dump_test "regnames"
if { [is_elf_format] } then {
run_dump_test "machine"
@@ -67,6 +66,7 @@ if { [istarget powerpc*-*-*] } then {
run_dump_test "altivec_xcoff"
run_dump_test "altivec_xcoff64"
} else {
+ run_dump_test "simpshft"
run_dump_test "altivec"
run_dump_test "altivec2"
run_dump_test "altivec_and_spe"