gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr25416-5b.s
CommitLineData
14470f07
L
1 .text
2 .p2align 4
3 .globl test1
4 .type test1, @function
5test1:
6 .cfi_startproc
7 subl $8, %esp
8 .cfi_def_cfa_offset 16
9 lea foo@TLSDESC(%rip), %eax
10 call *foo@TLSCALL(%eax)
11 addl %fs:0, %eax
12 cmpl %edi, (%eax)
13 jne .L5
14 addl $8, %esp
15 .cfi_remember_state
16 .cfi_def_cfa_offset 8
17 ret
18.L5:
19 .cfi_restore_state
20 call abort@PLT
21 .cfi_endproc
22 .size test1, .-test1
23 .p2align 4
24 .globl test2
25 .type test2, @function
26test2:
27 .cfi_startproc
28 subl $8, %esp
29 .cfi_def_cfa_offset 16
30 lea bar@TLSDESC(%rip), %eax
31 call *bar@TLSCALL(%eax)
32 addl %fs:0, %eax
33 cmpl %edi, (%eax)
34 jne .L9
35 addl $8, %esp
36 .cfi_remember_state
37 .cfi_def_cfa_offset 8
38 ret
39.L9:
40 .cfi_restore_state
41 call abort@PLT
42 .cfi_endproc
43 .size test2, .-test2
44 .section .tdata,"awT",@progbits
45 .align 4
46 .hidden foo
47 .globl foo
48 .type foo, @object
49 .size foo, 4
50foo:
51 .long 30
52 .section .note.GNU-stack,"",@progbits
This page took 0.054977 seconds and 4 git commands to generate.