forked from Imagelibrary/binutils-gdb
Arm: Skip tests on WINCE that require mapping symbols
The following tests fail on wince as they rely on mapping symbols to give them a fixed order. This skips them on platforms that don't have mapping symbols. binutils/ChangeLog: * testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff. * testsuite/binutils-all/arm/in-order.d: Likewise. * testsuite/binutils-all/arm/out-of-order-all.d: Likewise. * testsuite/binutils-all/arm/out-of-order.d: Likewise.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#source: out-of-order.s
|
||||
#ld: -e v1 -Ttext-segment=0x400000
|
||||
#objdump: -D
|
||||
#skip: *-*-pe *-wince-* *-*-coff
|
||||
#name: Check if disassembler can handle all sections in default order
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#source: out-of-order.s
|
||||
#ld: -e v1 -Ttext-segment=0x400000
|
||||
#objdump: -d
|
||||
#skip: *-*-pe *-wince-* *-*-coff
|
||||
#name: Check if disassembler can handle sections in default order
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
#source: out-of-order.s
|
||||
#ld: -T out-of-order.T
|
||||
#objdump: -D
|
||||
#skip: *-*-pe *-wince-* *-*-coff
|
||||
#name: Check if disassembler can handle all sections in different order than header
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#PROG: objcopy
|
||||
#ld: -T out-of-order.T
|
||||
#objdump: -d
|
||||
#skip: *-*-pe *-wince-* *-*-coff
|
||||
#name: Check if disassembler can handle sections in different order than header
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
||||
Reference in New Issue
Block a user