daily update
[binutils/dougsmingw.git] / ld / testsuite / ld-arm / script-type.ld
blob684fc97275b4a1a0b29996542310a395d775433a
1 SECTIONS {
2   foo_a = bar_a;
3   foo_t = bar_t;
4   foo_o = bar_o;
5   .text : { *(.text) }
6   .ARM.attribues 0 : { *(.ARM.attributes) }