mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-19 15:23:30 +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.
17 lines
510 B
Makefile
17 lines
510 B
Makefile
#source: section-match-1.s
|
|
#ld: -T section-match-1.t
|
|
#objdump: -s
|
|
#notarget: *-*-osf* *-*-aix* *-*-pe *-*-*aout *-*-ecoff *-*-netbsd *-*-vms h8300-*-* ns32k-*-* tic30-*-*
|
|
# This test uses arbitrary section names, which are not support by some
|
|
# file formats. Also these section names must be present in the
|
|
# output, not translated into some other name, eg .text
|
|
|
|
.*: file format .*
|
|
|
|
#...
|
|
Contents of section \.secA:
|
|
[0-9a-f]* (01)?0+(01)? .*
|
|
Contents of section \.secC:
|
|
[0-9a-f]* (02)?0+(02)? .*
|
|
#pass
|