OSDN Git Service

2009-11-23 Paul Brook <paul@codesourcery.com>
[pf3gnuchains/pf3gnuchains4x.git] / ld / testsuite / ld-arm / script-type.ld
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) }
7 }