PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr25416-5e.s
CommitLineData
14470f07
L
1 .text
2 .p2align 4
3 .globl test3
4 .type test3, @function
5test3:
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 test3, .-test3
23 .section .note.GNU-stack,"",@progbits
This page took 0.062294 seconds and 4 git commands to generate.