ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-elf / pr25207.s
blob6cfdfd06cd1430f62bbac2e69a89b0519816c044
1 .section .text, "ax"
2 .globl main
3 .globl start
4 .globl _start
5 .globl __start
6 main:
7 start:
8 _start:
9 __start:
10 .byte 0
12 .section .rodata
13 .byte 0