Skip for non-ELF targets.
This commit is contained in:
parent
8d3239d55a
commit
edaf0dec18
|
@ -1,3 +1,18 @@
|
|||
2006-06-18 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* gas/arm/group-reloc-alu-encoding-bad.d: Skip for non-ELF
|
||||
targets.
|
||||
* gas/arm/group-reloc-alu-parsing-bad.d: Likewise.
|
||||
* gas/arm/group-reloc-ldc-encoding-bad.d: Likewise.
|
||||
* gas/arm/group-reloc-ldc-parsing-bad.d: Likewise.
|
||||
* gas/arm/group-reloc-ldc.d: Likewise.
|
||||
* gas/arm/group-reloc-ldr-encoding-bad.d: Likewise.
|
||||
* gas/arm/group-reloc-ldr-parsing-bad.d: Likewise.
|
||||
* gas/arm/group-reloc-ldr.d: Likewise.
|
||||
* gas/arm/group-reloc-ldrs-encoding-bad.d: Likewise.
|
||||
* gas/arm/group-reloc-ldrs-parsing-bad.d: Likewise.
|
||||
* gas/arm/group-reloc-ldrs.d: Likewise.
|
||||
|
||||
2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
|
||||
|
||||
* gas/arm/group-reloc-alu.d: New test.
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#name: Group relocation tests, encoding failures (alu)
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#error-output: group-reloc-alu-encoding-bad.l
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#name: Group relocation tests, parsing failures (alu)
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#error-output: group-reloc-alu-parsing-bad.l
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#name: Group relocation tests (alu)
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#name: Group relocation tests, encoding failures (ldc)
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#error-output: group-reloc-ldc-encoding-bad.l
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#name: Group relocation tests, parsing failures (ldc)
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#error-output: group-reloc-ldc-parsing-bad.l
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#name: Group relocation tests (ldc)
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#name: Group relocation tests, encoding failures (ldr)
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#error-output: group-reloc-ldr-encoding-bad.l
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#name: Group relocation tests, parsing failures (ldr)
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#error-output: group-reloc-ldr-parsing-bad.l
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#name: Group relocation tests (ldr)
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#name: Group relocation tests, encoding failures (ldrs)
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#error-output: group-reloc-ldrs-encoding-bad.l
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
#name: Group relocation tests, parsing failures (ldrs)
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#error-output: group-reloc-ldrs-parsing-bad.l
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#name: Group relocation tests (ldrs)
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
|
Loading…
Reference in New Issue