Non-contiguous memory regions support: Avoid calls to abort
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / orphan-11.s
CommitLineData
5b5f4e6f
AB
1 .section .text.foo,"axG",%progbits,foo_group
2 .word 0
3
4 .section .data.foo,"waG",%progbits,foo_group
5 .word 1
6
7 .section .text, "ax"
8 .word 0
9
10 .section .data, "wa"
11 .word 1
This page took 0.145056 seconds and 4 git commands to generate.