Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-elf/merge.ld
2023-03-06 14:48:14 +01:00

8 lines
150 B
Plaintext

SECTIONS
{
. = 0x1000;
.text : { *(.text .text.* .gnu.linkonce.t.*) }
.rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) }
.junk : { *(*) }
}