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