ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25490-5.s
CommitLineData
b7d07216
L
1 .text
2 .type bar, %function
3bar:
4 .section __patchable_function_entries,"awo",%progbits,bar
5 .dc.a .LPFE1
6 .text
7.LPFE1:
8 .byte 0
9 .text
10 .globl _start
11 .type _start, %function
12_start:
13 .section __patchable_function_entries,"awo",%progbits,_start
14 .dc.a .LPFE2
15 .text
16.LPFE2:
17 .byte 0
This page took 0.070528 seconds and 4 git commands to generate.