binutils-gdb/ld/testsuite/ld-gc/pr14265.d
Alan Modra 68cb21837f PE image base fallout
Fixes x86_64-w64-mingw32 tests that failed with the recent diagnosis
for out of range RVA, and a couple of other gc-sections tests that failed
for other reasons.

	* testsuite/ld-gc/gc.exp: Pass "-image-base 0" to ld for PE, and
	arrange to define __main for some run_dump_test tests.
	* testsuite/ld-gc/pr13683.d: Accept more symbols.
	* testsuite/ld-gc/pr14265.d: Likewise, and ordering.
	* testsuite/ld-scripts/crossref.exp: Pass "-image-base 0" to ld for PE.
	* testsuite/ld-srec/srec.exp: Likewise.
	* testsuite/lib/ld-lib.exp (ld_link_defsyms): Use is_pecoff_format.
2021-03-12 10:41:34 +10:30

19 lines
379 B
Makefile

#name: --gc-sections with KEEP
#source: dummy.s
#ld: --gc-sections -T pr14265.t -e 0 tmpdir/pr14265.o
#nm: --format=bsd --numeric-sort
#...
[0-9a-f]+ ([dD] _*foo1_start|D _*foo1)
#...
[0-9a-f]+ (D _*foo1|[dD] _*foo1_start)
#...
[0-9a-f]+ [dD] _*foo1_end
#...
[0-9a-f]+ ([dD] _*foo2_start|D _*foo2)
#...
[0-9a-f]+ (D _*foo2|[dD] _*foo2_start)
#...
[0-9a-f]+ [dD] _*foo2_end
#...