Retro68/binutils/ld/testsuite/ld-arc/tls_ie-01.s

11 lines
148 B
ArmAsm
Raw Normal View History

2017-04-10 11:32:00 +00:00
.tls_common foo,4,4
.tls_common bar,4,4
.text
.align 4
.global __start
__start:
ld r14, [pcl, @foo@tlsie]
ld r15, [pcl, @bar@tlsie]