ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-elf / pr26256-3b.t
blob952c8d2d8908ec83401ca4c9ace2810f3297dc56
1 SECTIONS
3   .rodata :
4     {
5       BYTE(0)
6       *(.rodata*)
7       BYTE(4)
8       *(.rosection)
9       BYTE(7)
10     }
11   .text : {*(.text.bar) *(.text.foo)}
12   /DISCARD/ :
13   {
14     *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
15   }