Upload Tizen:Base source
[external/binutils.git] / ld / testsuite / ld-i386 / tlspie2.s
1         .section        .tbss,"awT",@nobits
2         .align 4
3         .type   a, @object
4         .size   a, 4
5 a:
6         .zero   4
7         .text
8 .globl _start
9         .type   _start, @function
10 _start:
11         leal    a@dtpoff, %eax
12         .size   _start, .-_start