aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-gc/pr14265.d
blob: 9e77ef3a25100e08ad7d7cfd7708a65c88104e7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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
#...