ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / group8.s
CommitLineData
a33dafc3
L
1 .section .text.foo,"axG",%progbits,foo,comdat
2 .globl foo
3 .type foo,%function
4foo:
5 .byte 0
6 .section .text.bar,"axG",%progbits,bar,comdat
7 .globl bar
8 .type bar,%function
9bar:
10 .byte 0
This page took 0.702446 seconds and 4 git commands to generate.