tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25490-4.s
1 .section .text.bar,"ax",%progbits
2 .globl bar
3 .type bar, %function
4 bar:
5 .section __patchable_function_entries,"awo",%progbits,bar
6 .dc.a .LPFE1
7 .section .text.bar,"ax",%progbits
8 .LPFE1:
9 .byte 0
10 .section .text._start,"ax",%progbits
11 .globl _start
12 .type _start, %function
13 _start:
14 .section __patchable_function_entries,"awo",%progbits,_start
15 .dc.a .LPFE2
16 .section .text._start,"ax",%progbits
17 .LPFE2:
18 .byte 0
19 .section .note,"",%note
20 .dc.a bar
This page took 0.029597 seconds and 4 git commands to generate.