1SECTIONS {
2    .text : {
3	foo_a = bar_a;
4	foo_t = bar_t;
5	foo_o = bar_o;
6	*(.text) 
7    }
8    .ARM.attribues 0 : { *(.ARM.attributes) }
9}
10