ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / overlay.s
1 .section .text1,"ax",%progbits
2 .space 0x10
3 .section .text2,"ax",%progbits
4 .space 0x20
5 .text
6 .space 0x30
This page took 0.02995 seconds and 4 git commands to generate.