10 lines
109 B
Text
10 lines
109 B
Text
|
ENTRY(_start)
|
||
|
SECTIONS
|
||
|
{
|
||
|
/* Sections to be discarded */
|
||
|
/DISCARD/ : {
|
||
|
*(.data.exit)
|
||
|
*(.text.exit)
|
||
|
}
|
||
|
}
|