[ARC][committed] Update test matching pattern.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arc / tls-dtpoff.s
CommitLineData
32348c58
CZ
1 .cpu HS
2;;; Test if palette is resolved by the linker.
3 add_s r0,r0,@palette@dtpoff+2048
4
5 .section .tbss,"awT",@nobits
6 .align 4
7 .zero 4
8 .align 4
9 .type palette, @object
10 .size palette, 6144
11palette:
12 .zero 6144
This page took 0.171792 seconds and 4 git commands to generate.