ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr19175.t
CommitLineData
7b7e7f1d
L
1EXTERN(_start)
2ENTRY(_start)
3
4SECTIONS
5{
6 .text :
7 {
8 _text = .;
9 *(.text*)
10 }
11}
This page took 0.235933 seconds and 4 git commands to generate.