ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr26018.s
CommitLineData
309cae1f
L
1 .global _start, foo
2 .type foo, %function
3 .text
4_start:
5 call foo@PLT
6foo:
7 ret
This page took 0.02449 seconds and 4 git commands to generate.