ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-elf / orphan-region.ld
blobf4f7e1846d71692ac013f97a7fb8888928b3bb07
1 MEMORY
3         region : ORIGIN = 0x40000000, LENGTH = 8M
6 SECTIONS
8         .text : ALIGN (4) { *(.text) } > region
9         .rodata : ALIGN (4) { *(.rodata) } > region
10         /DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines) *(.riscv.attributes) }