x86: Merge X86_ISA_1_USED/X86_ISA_1_NEEDED properties
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / tlsgd6b.s
1 .globl foo
2 .section .tdata,"awT",@progbits
3 .align 4
4 .type foo, @object
5 .size foo, 4
6 foo:
7 .long 100
This page took 0.030959 seconds and 4 git commands to generate.