a69ed7f7aa
bfd/ PR ld/15685 * elf64-x86-64.c (elf_x86_64_relocate_section): Handle R_X86_64_DTPOFF64. ld/testsuite/ PR ld/15685 * ld-x86-64/tlsg.s: Add a test for R_X86_64_DTPOFF64. * ld-x86-64/tlsg.sd: Updated.
13 lines
179 B
ArmAsm
13 lines
179 B
ArmAsm
.section .tbss,"awT",@nobits
|
|
.align 4
|
|
.skip 24
|
|
.type a,@object
|
|
.size a,4
|
|
a:
|
|
.zero 4
|
|
.text
|
|
.globl _start
|
|
_start:
|
|
.section .debug_foobar
|
|
.long a@dtpoff, 0
|
|
.quad a@dtpoff
|