2009-11-23 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.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 }
This page took 0.032524 seconds and 4 git commands to generate.