blob: d3036be28c9e5293039b664602a7ed7a2773ec9e [file] [log] [blame]
SECTIONS
{
.text : { *(.text) }
.text2 :
{
. = ALIGN(4096);
*(.text2)
}
.text3 :
{
*(.text3)
. = ALIGN(4096);
}
.data : { *(.data) }
.bss : { *(.bss) }
}