mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
7a34d0ea4d
Tests just having "xfail: x86_64-*-cygwin" aren't good, since presumably if a test fails on x86_64-cygwin then it also fails on x86_64-*-pe* and x86_64-*-mingw*. binutils/ * testsuite/lib/binutils-common.exp (is_pecoff_format): Accept optional machine-os arg. ld/ * testsuite/ld-scripts/default-script1.d: Don't skip, xfail using is_pecoff_format. * testsuite/ld-scripts/default-script2.d: Likewise. * testsuite/ld-scripts/default-script3.d: Likewise. * testsuite/ld-scripts/default-script4.d: Likewise. * testsuite/ld-scripts/pr20302.d: Remove x86_64-*-cygwin from notarget. * testsuite/ld-scripts/provide-6.d: Remove x86_64-*-cygwin from xfail. * testsuite/ld-scripts/provide-8.d: Likewise.
12 lines
347 B
Makefile
12 lines
347 B
Makefile
#ld: -Tdata=0x1000 -Tdata=0x2000 -Tcross2.t
|
|
#source: align2a.s
|
|
#objdump: -h
|
|
#notarget: *-*-*aout *-*-netbsd *-*-vms ns32k-*-* rx-*-*
|
|
# AOUT and NETBSD (ns32k is aout) have fixed address for the data section.
|
|
# VMS targets need extra libraries.
|
|
# RX uses non standard section names.
|
|
|
|
#...
|
|
. \.data[ ]+0+[0-9a-f]+[ ]+0+02000[ ]+0+02000.*
|
|
#pass
|