ld: Add --export-dynamic-symbol and --export-dynamic-symbol-list
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr25490-5.s
1 .text
2 .type bar, %function
3 bar:
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.03052 seconds and 4 git commands to generate.