Don't convert R_386_GOT32 relocation
[deliverable/binutils-gdb.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
This page took 0.029121 seconds and 4 git commands to generate.