ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-discard / discard.ld
CommitLineData
3a921b77
L
1ENTRY(_start)
2SECTIONS
3{
1a9ccd70 4 . = SIZEOF_HEADERS;
3a921b77
L
5 /* Sections to be discarded */
6 /DISCARD/ : {
7 *(.data.exit)
8 *(.text.exit)
9 }
10}
This page took 0.78753 seconds and 4 git commands to generate.