blob: a7ff4a5802ecb90954feb44c997852ef44112385 [file]
ENTRY(_start)
SECTIONS
{
/* Sections to be discarded */
/DISCARD/ : {
*(.data.exit)
*(.text.exit)
}
}