Apply ld-arm/gc-hidden-1 to all ELF targets, not just *eabi* targets
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / script-type.ld
CommitLineData
1338dd10 1SECTIONS {
afdfce21
MGD
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) }
1338dd10 9}
This page took 0.187118 seconds and 4 git commands to generate.