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