ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section18.s
1 .text
2 foo:
3 .section __patchable_function_entries,"awo",%progbits,foo
4 .dc.a .LPFE1
5 .text
6 .LPFE1:
7 .byte 0
8 .section __patchable_function_entries,"awo",%progbits,bar
9 .dc.a .LPFE2
10 .text
11 bar:
12 .LPFE2:
13 .byte 0
This page took 0.079871 seconds and 4 git commands to generate.