blob: 5745ccefc3b113745903d8e923d1c0bb26900708 [file] [log] [blame]
ENTRY(_start)
SECTIONS
{
. = SIZEOF_HEADERS;
/* Sections to be discarded */
/DISCARD/ : {
*(.sframe)
}
}