mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-18 14:53:32 +08:00
a0fb961508
Some of these tests were excluded for ns32k-netbsd, exclude for all ns32k instead. binutils/ * testsuite/binutils-all/copy-2.d: Don't run for ns32k-*-*. * testsuite/binutils-all/copy-3.d: Likewise. gas/ * testsuite/gas/all/gas.exp: Remove ns32k xfails. * testsuite/gas/all/weakref1u.d: Don't run for ns32k-*-*. ld/ * testsuite/ld-scripts/pr20302.d: Don't run for ns32k-*-*. * testsuite/ld-scripts/section-match-1.d: Likewise. * testsuite/ld-undefined/require-defined.exp: Likewise.
13 lines
419 B
Makefile
13 lines
419 B
Makefile
#ld: -Tdata=0x1000 -Tdata=0x2000 -Tcross2.t
|
|
#source: align2a.s
|
|
#objdump: -h
|
|
#notarget: *-*-*aout *-*-netbsd *-*-vms ns32k-*-* rx-*-* x86_64-*-cygwin
|
|
# AOUT and NETBSD (ns32k is aout) have fixed address for the data section.
|
|
# VMS targets need extra libraries.
|
|
# RX uses non standard section names.
|
|
# x86_64 Cygwin biases all start addresses to be > 2Gb.
|
|
|
|
#...
|
|
. \.data[ ]+0+[0-9a-f]+[ ]+0+02000[ ]+0+02000.*
|
|
#pass
|