mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-19 23:33:31 +08:00
4a85cc0925
binutils* testsuite/lib/binutils-common.exp (is_elf_format): Add avr-*-*. ld * testsuite/ld-elf/pr18735.d: Allow other symbols. * testsuite/ld-elf/sec64k.exp: Skip 64ksec for avr. * testsuite/ld-gc/pr14265.d: Allow other symbols. * testsuite/ld-plugin/plugin.exp: Add PR ld/17973 to plugin_tests only if check_shared_lib_support is true. * testsuite/ld-selective/selective.exp: Add --section-start flag for avr.
16 lines
338 B
D
16 lines
338 B
D
#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
|
|
#...
|
|
[0-9a-f]+[ ]D[ ]_*foo1
|
|
#...
|
|
[0-9a-f]+[ ][dD][ ]_*foo1_end
|
|
[0-9a-f]+[ ][dD][ ]_*foo2_start
|
|
[0-9a-f]+[ ]D[ ]_*foo2
|
|
[0-9a-f]+[ ][dD][ ]_*foo2_end
|
|
#...
|