Update year range in copyright notice of all files owned by the GDB project.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / script-type.ld
1 SECTIONS {
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 }
This page took 0.045346 seconds and 4 git commands to generate.