avoid unwarranted assumption in gdb.ada/fixed_points/fixed_points.adb
[binutils-gdb.git] / gold / testsuite / x86_64_gd_to_le.s
blobdcdd303184d325022831ab8e7ac551c3a7e9bbd9
1 .text
2 .p2align 4
3 .globl _start
4 .type _start, @function
5 _start:
6 .cfi_startproc
7 subq $8, %rsp
8 .cfi_def_cfa_offset 16
9 leaq foo@TLSDESC(%rip), %r9
10 movq %r9, %rax
11 call *foo@TLSCALL(%rax)
12 addq %fs:0, %rax
13 addq $8, %rsp
14 .cfi_def_cfa_offset 8
15 ret
16 .cfi_endproc
17 .size _start, .-_start
18 .section .tdata,"awT",@progbits
19 .align 4
20 .type foo, @object
21 .size foo, 4
22 foo:
23 .long 30
24 .section .note.GNU-stack,"",@progbits