1SECTIONS
2{
3  . = SIZEOF_HEADERS;
4  .text : {*(.text)}
5  . = ALIGN(CONSTANT (MAXPAGESIZE));
6  .data : {*(.data)}
7  /DISCARD/ : {*(*)}
8}
9