Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arc / tls_ie-01.s
CommitLineData
4dd72ffd
CM
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]
This page took 0.05461 seconds and 4 git commands to generate.