This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch]: Do not run simpshft test on aix


Hello,

gas/testsuite/gas/ppc/simpshft is a 64 bit test that use 'objdump -Mppc64'
However, on AIX, the disassembler (print_insn_rs6000) ignore the
disassembler options. So this test fails.

I simply propose not to run it on AIX.

Ok for trunk ?

Tristan.

gas/testsuite/
2013-05-15  Tristan Gingold  <gingold@adacore.com>

	* gas/ppc/ppc.exp: Do not run simpshft on aix.

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"



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]