ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14052.t
1 SECTIONS {
2 . = SIZEOF_HEADERS;
3 .text : {
4 *(.text)
5 }
6 . = ALIGN (0x1000);
7 .data : {
8 _data_start = .;
9 *(.data)
10 }
11 /DISCARD/ : { *(.*) }
12 }
This page took 0.030316 seconds and 4 git commands to generate.