mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
Run powerpc vle gas tests for all powerpc ELF targets
* 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.
This commit is contained in:
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -d -Mefs -Mvle -Mefs2
|
||||
#name: Validate EFS instructions
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -d -Mvle -Mefs2
|
||||
#name: Validate EFS2 instructions
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
#name: Test LSP operands checks
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#error-output: lsp-checks.l
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -d -Mvle
|
||||
#name: Validate LSP instructions
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -d -Mspe
|
||||
#name: Validate SPE instructions
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
#as: -a32 -mvle -mspe2
|
||||
#as: -a32 -mbig -mvle -mspe2
|
||||
#name: Test SPE2 operands checks
|
||||
#error-output: spe2-checks.l
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle -mspe2
|
||||
#as: -a32 -mbig -mvle -mspe2
|
||||
#objdump: -d -Mspe2 -Mefs2
|
||||
#name: Validate SPE2 instructions
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -d -Mspe
|
||||
#name: Validate SPE instructions
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle -mregnames
|
||||
#as: -a32 -mbig -mvle -mregnames
|
||||
#objdump: -dr -Mvle
|
||||
#name: VLE Instructions for improving interrupt handler efficiency
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -dr -Mvle
|
||||
#name: VLE relocations
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -dr -Mvle
|
||||
#name: VLE Simplified mnemonics 1
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -dr -Mvle
|
||||
#name: VLE Simplified mnemonics 2
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -dr -Mvle
|
||||
#name: VLE Simplified mnemonics 3
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -dr -Mvle
|
||||
#name: VLE Simplified mnemonics 4
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -dr -Mvle
|
||||
#name: VLE Simplified mnemonics 5
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -dr -Mvle
|
||||
#name: VLE Simplified mnemonics 6
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#as: -a32 -mvle
|
||||
#as: -a32 -mbig -mvle
|
||||
#objdump: -dr -Mvle
|
||||
#name: Validate VLE instructions
|
||||
|
||||
|
Reference in New Issue
Block a user