blob: cf5aeb18ad160fd5a76e0a28e921ee0ac6f33045 [file] [log] [blame]
SECTIONS {
. = SIZEOF_HEADERS;
.text : {
*(.text)
}
.data : {
_data_start = .;
*(.data)
}
.note.gnu.build-id (NOLOAD) : { *(.note.gnu.build-id) }
/DISCARD/ : { *(*) }
}