Retro68/binutils/ld/testsuite/ld-discard/discard.ld
2012-03-26 21:18:29 +02:00

10 lines
109 B
Plaintext

ENTRY(_start)
SECTIONS
{
/* Sections to be discarded */
/DISCARD/ : {
*(.data.exit)
*(.text.exit)
}
}