binutils-gdb/ld/testsuite/ld-arm/script-type.ld

8 lines
131 B
Plaintext

SECTIONS {
foo_a = bar_a;
foo_t = bar_t;
foo_o = bar_o;
.text : { *(.text) }
.ARM.attribues 0 : { *(.ARM.attributes) }
}