]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-discard/discard.ld
bfd/
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-discard / discard.ld
CommitLineData
3a921b77
L
1ENTRY(_start)
2SECTIONS
3{
4 /* Sections to be discarded */
5 /DISCARD/ : {
6 *(.data.exit)
7 *(.text.exit)
8 }
9}