AArch64: Fix LD crash on weak and undefined TLS symbols. (PR/24602).
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / pcrel_pic_defined.d
CommitLineData
d68f1976
JW
1#name: PC-Rel relocation against defined
2#source: pcrel.s
3#ld: -shared -e0 -defsym global_a=0x1000 -defsym global_b=0x2000
1d75a8e2
NC
4#error: .*: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `global_a.*bind externally.*fPIC.*
5#error: .*: dangerous relocation: unsupported relocation
6#error: .*: relocation R_AARCH64_ADR_PREL_PG_HI21_NC against symbol `global_a.*bind externally.*fPIC.*
7#error: .*: dangerous relocation: unsupported relocation
8#error: .*: relocation R_AARCH64_ADR_PREL_LO21 against symbol `global_a.*bind externally.*fPIC.*
9#error: .*: dangerous relocation: unsupported relocation
10#error: .*: relocation R_AARCH64_LD_PREL_LO19 against symbol `global_a.*bind externally.*fPIC.*
11#error: .*: dangerous relocation: unsupported relocation
12#error: .*: relocation R_AARCH64_PREL16 against symbol `global_a.*bind externally.*fPIC.*
13#error: .*: dangerous relocation: unsupported relocation
14#error: .*: relocation R_AARCH64_PREL32 against symbol `global_a.*bind externally.*fPIC.*
15#error: .*: dangerous relocation: unsupported relocation
16#error: .*: relocation R_AARCH64_PREL64 against symbol `global_a.*bind externally.*fPIC.*
17#error: .*: dangerous relocation: unsupported relocation
This page took 0.125416 seconds and 4 git commands to generate.