[ARC] Fix assembler relaxation.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-alpha / tlsg.s
1 .section .tbss,"awT",@nobits
2 .align 4
3 .skip 24
4 .type a,@object
5 .size a,4
6 a:
7 .long 0
8 .text
9 .globl _start
10 .ent _start
11 _start:
12 .end _start
13 .section .debug_foobar
14 .quad a !dtprel
This page took 0.029576 seconds and 4 git commands to generate.