gdb: Convert language la_word_break_characters field to a method
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section20.s
1 .section .text,"axG",%progbits,foo,comdat
2 foo:
3 .section __patchable_function_entries,"awoG",%progbits,foo,foo,comdat
4 .dc.a .LPFE1
5 .section .text,"axG",%progbits,foo,comdat
6 .LPFE1:
7 .byte 0
8 .section __patchable_function_entries,"awoG",%progbits,bar,bar,comdat,unique,4
9 .dc.a .LPFE2
10 .section .text,"axG",%progbits,bar,comdat,unique,24
11 bar:
12 .LPFE2:
13 .byte 0
This page took 0.030281 seconds and 4 git commands to generate.