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