OUTPUT_ARCH(arm)
SECTIONS
{
.text :
*(.text)
*(.text.*)
*(.glue_7t) *(.glue_7)
}
. = ALIGN(16);
.data :
.sbss :
.bss :