aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-discard/extern.d
blob: 0d5bca978cbba47506e021179bf8fd9b52a95ed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#source: extern.s
#ld: -T discard.ld
#error: .*data.* referenced in section `\.text' of tmpdir/extern.o: defined in discarded section `\.data\.exit' of tmpdir/extern.o
#objdump: -p
#xfail: [is_generic]
#pass
# The expected warning used to start with "`data' referenced..." but
# this has two problems: 1) It does not include the name of the linker
# command which will be present in the message, eg "../ld-new"
# 2) Targets which define EXTERN_FORCE_RELOC to 0 in their
# gas/config/tc-xxx.h file will convert the symbol in the reloc from
# "data" to the section symbol ".data.exit".