ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-elf / pr26256-1.t
blobf93fff93541cac098a283df1ccb5b9009ba1f543
1 SECTIONS
3   .text : { *(.text*) }
4   .init.data :
5   {
6     *(.init.data);
7     *(__patchable_function_entries);
8   }
9   /DISCARD/ :
10   {
11     *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
12   }