x86: Add explicit -mx86-used-note=[yes|no] to tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / tlspie2.s
CommitLineData
959b0961
L
1 .section .tbss,"awT",@nobits
2 .align 4
3 .type a, @object
4 .size a, 4
5a:
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.337553 seconds and 4 git commands to generate.