Run powerpc vle gas tests for all powerpc ELF targets
authorAlan Modra <amodra@gmail.com>
Sun, 3 Dec 2017 23:42:46 +0000 (10:12 +1030)
committerAlan Modra <amodra@gmail.com>
Sun, 3 Dec 2017 23:53:57 +0000 (10:23 +1030)
* testsuite/gas/ppc/ppc.exp: Don't exclude VLE tests when little-endian.
* testsuite/gas/ppc/efs.d: Add -mbig to assembler options.
* testsuite/gas/ppc/efs2.d: Likewise.
* testsuite/gas/ppc/lsp-checks.d: Likewise.
* testsuite/gas/ppc/lsp.d: Likewise.
* testsuite/gas/ppc/spe.d: Likewise.
* testsuite/gas/ppc/spe2-checks.d: Likewise.
* testsuite/gas/ppc/spe2.d: Likewise.
* testsuite/gas/ppc/spe_ambiguous.d: Likewise.
* testsuite/gas/ppc/vle-mult-ld-st-insns.d: Likewise.
* testsuite/gas/ppc/vle-reloc.d: Likewise.
* testsuite/gas/ppc/vle-simple-1.d: Likewise.
* testsuite/gas/ppc/vle-simple-2.d: Likewise.
* testsuite/gas/ppc/vle-simple-3.d: Likewise.
* testsuite/gas/ppc/vle-simple-4.d: Likewise.
* testsuite/gas/ppc/vle-simple-5.d: Likewise.
* testsuite/gas/ppc/vle-simple-6.d: Likewise.
* testsuite/gas/ppc/vle.d: Likewise.

19 files changed:
gas/ChangeLog
gas/testsuite/gas/ppc/efs.d
gas/testsuite/gas/ppc/efs2.d
gas/testsuite/gas/ppc/lsp-checks.d
gas/testsuite/gas/ppc/lsp.d
gas/testsuite/gas/ppc/ppc.exp
gas/testsuite/gas/ppc/spe.d
gas/testsuite/gas/ppc/spe2-checks.d
gas/testsuite/gas/ppc/spe2.d
gas/testsuite/gas/ppc/spe_ambiguous.d
gas/testsuite/gas/ppc/vle-mult-ld-st-insns.d
gas/testsuite/gas/ppc/vle-reloc.d
gas/testsuite/gas/ppc/vle-simple-1.d
gas/testsuite/gas/ppc/vle-simple-2.d
gas/testsuite/gas/ppc/vle-simple-3.d
gas/testsuite/gas/ppc/vle-simple-4.d
gas/testsuite/gas/ppc/vle-simple-5.d
gas/testsuite/gas/ppc/vle-simple-6.d
gas/testsuite/gas/ppc/vle.d

index 05dd5ee..b88af71 100644 (file)
@@ -1,3 +1,24 @@
+2017-12-04  Alan Modra  <amodra@gmail.com>
+
+       * testsuite/gas/ppc/ppc.exp: Don't exclude VLE tests when little-endian.
+       * testsuite/gas/ppc/efs.d: Add -mbig to assembler options.
+       * testsuite/gas/ppc/efs2.d: Likewise.
+       * testsuite/gas/ppc/lsp-checks.d: Likewise.
+       * testsuite/gas/ppc/lsp.d: Likewise.
+       * testsuite/gas/ppc/spe.d: Likewise.
+       * testsuite/gas/ppc/spe2-checks.d: Likewise.
+       * testsuite/gas/ppc/spe2.d: Likewise.
+       * testsuite/gas/ppc/spe_ambiguous.d: Likewise.
+       * testsuite/gas/ppc/vle-mult-ld-st-insns.d: Likewise.
+       * testsuite/gas/ppc/vle-reloc.d: Likewise.
+       * testsuite/gas/ppc/vle-simple-1.d: Likewise.
+       * testsuite/gas/ppc/vle-simple-2.d: Likewise.
+       * testsuite/gas/ppc/vle-simple-3.d: Likewise.
+       * testsuite/gas/ppc/vle-simple-4.d: Likewise.
+       * testsuite/gas/ppc/vle-simple-5.d: Likewise.
+       * testsuite/gas/ppc/vle-simple-6.d: Likewise.
+       * testsuite/gas/ppc/vle.d: Likewise.
+
 2017-12-03  Jim Wilson  <jimw@sifive.com>
 
        * doc/c-riscv.texi (RISC-V-Directives): Move @section immediately after
index 5f1a847..f2ecad9 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -d -Mefs -Mvle -Mefs2
 #name: Validate EFS instructions
 
index 5914101..02fd26f 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -d -Mvle -Mefs2
 #name: Validate EFS2 instructions
 
index 99ccf54..39581e9 100644 (file)
@@ -1,3 +1,3 @@
 #name: Test LSP operands checks
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #error-output: lsp-checks.l
index f6c8458..ca45a36 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -d -Mvle
 #name: Validate LSP instructions
 
index b12fbd3..0d2941b 100644 (file)
@@ -51,30 +51,28 @@ if { [istarget powerpc*-*-*] } then {
        run_dump_test "476"
        run_dump_test "a2"
        run_dump_test "pr21303"
-       if { ![istarget powerpc*le-*-*] } then {
-           run_dump_test "vle"
-           run_dump_test "vle-reloc"
-           run_dump_test "vle-simple-1"
-           run_dump_test "vle-simple-2"
-           run_dump_test "vle-simple-3"
-           run_dump_test "vle-simple-4"
-           run_dump_test "vle-simple-5"
-           run_dump_test "vle-simple-6"
-           run_dump_test "vle-mult-ld-st-insns"
+       run_dump_test "vle"
+       run_dump_test "vle-reloc"
+       run_dump_test "vle-simple-1"
+       run_dump_test "vle-simple-2"
+       run_dump_test "vle-simple-3"
+       run_dump_test "vle-simple-4"
+       run_dump_test "vle-simple-5"
+       run_dump_test "vle-simple-6"
+       run_dump_test "vle-mult-ld-st-insns"
 
-           #fail expected until get_powerpc_dialect() patch not applied
-           setup_xfail "*-*-*"
-           run_dump_test "lsp"
-           run_dump_test "lsp-checks"
-           run_dump_test "efs"
-           run_dump_test "efs2"
-           run_dump_test "spe2"
-           run_dump_test "spe2-checks"
-           run_dump_test "spe"
+       #fail expected until get_powerpc_dialect() patch not applied
+       setup_xfail "*-*-*"
+       run_dump_test "lsp"
+       run_dump_test "lsp-checks"
+       run_dump_test "efs"
+       run_dump_test "efs2"
+       run_dump_test "spe2"
+       run_dump_test "spe2-checks"
+       run_dump_test "spe"
 
-           setup_xfail "*-*-*"
-           run_dump_test "spe_ambiguous"
-       }
+       setup_xfail "*-*-*"
+       run_dump_test "spe_ambiguous"
     }
 
     if { [istarget powerpc-*-*aix*] } then {
index 7391028..caaa9e0 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -d -Mspe
 #name: Validate SPE instructions
 
index ec86e66..0acc27f 100644 (file)
@@ -1,3 +1,3 @@
-#as: -a32 -mvle -mspe2
+#as: -a32 -mbig -mvle -mspe2
 #name: Test SPE2 operands checks
 #error-output: spe2-checks.l
index e4c45de..25dbd2b 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle -mspe2
+#as: -a32 -mbig -mvle -mspe2
 #objdump: -d -Mspe2 -Mefs2
 #name: Validate SPE2 instructions
 
index cdfb005..2e0b1d3 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -d -Mspe
 #name: Validate SPE instructions
 
index 2f9d6c7..ddaa694 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle -mregnames
+#as: -a32 -mbig -mvle -mregnames
 #objdump: -dr -Mvle
 #name: VLE Instructions for improving interrupt handler efficiency
 
index dad153f..77d76f1 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -dr -Mvle
 #name: VLE relocations
 
index fee4054..43082c8 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -dr -Mvle
 #name: VLE Simplified mnemonics 1
 
index 291f6ea..a6cec75 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -dr -Mvle
 #name: VLE Simplified mnemonics 2
 
index 7b3ddb2..5218c85 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -dr -Mvle
 #name: VLE Simplified mnemonics 3
 
index 9d9ae38..f66733e 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -dr -Mvle
 #name: VLE Simplified mnemonics 4
 
index 8e98145..817df09 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -dr -Mvle
 #name: VLE Simplified mnemonics 5
 
index 64c9a2d..9ea87b2 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -dr -Mvle
 #name: VLE Simplified mnemonics 6
 
index dcc2cc3..6661ff4 100644 (file)
@@ -1,4 +1,4 @@
-#as: -a32 -mvle
+#as: -a32 -mbig -mvle
 #objdump: -dr -Mvle
 #name: Validate VLE instructions