ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / ibt-plt-3.s
CommitLineData
ee2fdd6f
L
1 .text
2 .p2align 4,,15
3 .globl foo
4 .type foo, @function
5foo:
6.LFB0:
7 .cfi_startproc
8 subq $8, %rsp
9 .cfi_def_cfa_offset 16
10 call bar2@PLT
11 addq $8, %rsp
12 .cfi_def_cfa_offset 8
13 jmp bar1@PLT
14 .cfi_endproc
15.LFE0:
16 .size foo, .-foo
17 .section .note.GNU-stack,"",@progbits
This page took 0.165146 seconds and 4 git commands to generate.