
Update I386_NEED_DYNAMIC_RELOC_TYPE_P to allow R_386_TLS_IE for relocation in read-only section. bfd/ PR ld/28894 * elfxx-x86.h (I386_NEED_DYNAMIC_RELOC_TYPE_P): Allow R_386_TLS_IE. ld/ PR ld/28894 * testsuite/ld-i386/i386.exp: Run pr28894. * testsuite/ld-i386/pr28894.d: New file. * testsuite/ld-i386/pr28894.s: Likewise.
7 lines
102 B
ArmAsm
7 lines
102 B
ArmAsm
.text
|
|
addl foo@INDNTPOFF, %eax
|
|
.section .tbss,"awT",@nobits
|
|
.globl foo
|
|
.hidden foo
|
|
foo:
|
|
.byte 0
|