[ARC] Sync cpu names with the ones accepted by GCC.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arc / tls-relocs2.s
CommitLineData
32348c58
CZ
1 .cpu HS
2;;; Test if palette is resolved by the assembler.
3 add_s r0,r0,@palette@dtpoff@.tbss+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.0315879999999999 seconds and 4 git commands to generate.