[ARC] Fix big-endian ld tests errors.
[binutils-gdb.git] / ld / testsuite / ld-arc / tls_ie-01.s
1 .tls_common foo,4,4
2 .tls_common bar,4,4
3
4 .text
5 .align 4
6
7 .global __start
8 __start:
9 ld r14, [pcl, @foo@tlsie]
10 ld r15, [pcl, @bar@tlsie]