e5f2b1de7c
value. (elf_m68k_check_relocs): Handle dynamic TLS relocations. Handle non_got_ref field. (elf_m68k_adjust_dynamic_symbol): Handle non_got_ref field. * tls-def-1.s, tls-def-1.d, tls-gd-1.d2, tls-gd-1.d3, tls-main-1.s, * tls-main-1.d: New files. * m68k.exp: Run new TLS tests.
9 lines
139 B
ArmAsm
9 lines
139 B
ArmAsm
#NO_APP
|
|
.globl x
|
|
.section .tbss,"awT",@nobits
|
|
.align 2
|
|
.type x, @object
|
|
.size x, 4
|
|
x:
|
|
.zero 4
|
|
.section .note.GNU-stack,"",@progbits
|