gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / testsuite / x86_64_gd_to_le.s
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
This page took 0.051753 seconds and 4 git commands to generate.