mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
e04ef02299
This patch adds the following relocation support into binutils bfd linker. BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12, BFD_RELOC_AARCH64_TLSLE_LDST16_TPREL_LO12_NC, BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12, BFD_RELOC_AARCH64_TLSLE_LDST32_TPREL_LO12_NC, BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12, BFD_RELOC_AARCH64_TLSLE_LDST64_TPREL_LO12_NC, BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12, BFD_RELOC_AARCH64_TLSLE_LDST8_TPREL_LO12_NC. Those relocations includes both ip64 and ilp32 variant.
10 lines
297 B
Makefile
10 lines
297 B
Makefile
#source: emit-relocs-555.s
|
|
#ld: -T relocs.ld -e0 --emit-relocs
|
|
#objdump: -dr
|
|
#...
|
|
0000000000010000 <.text>:
|
|
10000: 798029d6 ldrsh x22, \[x14, #20\]
|
|
10000: R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC v2
|
|
10004: 79a73a28 ldrsh x8, \[x17, #5020\]
|
|
10004: R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC v3
|