mmix-mmo set SEC_DATA for .data section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr25416-4.s
1 .text
2 .globl _start
3 .type _start, @function
4 _start:
5 lea foo@TLSDESC(%rip), %rax
6 call *foo@TLSCALL(%rax)
7 movl %fs:0, %ecx
8 addl foo@gottpoff(%rip), %ecx
9 .section .tdata,"awT",@progbits
10 .align 4
11 .type foo, @object
12 .size foo, 4
13 foo:
14 .long 30
15 .section .note.GNU-stack,"",@progbits
This page took 0.100372 seconds and 4 git commands to generate.