ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr25416-5d.s
CommitLineData
14470f07
L
1 .text
2 .p2align 4
3 .globl test3
4 .type test3, @function
5test3:
6 .cfi_startproc
7 movl %fs:0, %eax
8 addq foo@gottpoff(%rip), %rax
9 cmpl %edi, (%eax)
10 jne .L7
11 movl %eax, %eax
12 ret
13.L7:
14 pushq %rax
15 .cfi_def_cfa_offset 16
16 call abort@PLT
17 .cfi_endproc
18 .size test3, .-test3
19 .section .note.GNU-stack,"",@progbits
This page took 0.045288 seconds and 4 git commands to generate.