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

10 lines
160 B
Perl

SECTIONS
{
.linkorder : { *(.linkorder.*) }
.text : { *(.text) }
/DISCARD/ :
{
*(.reginfo) *(.MIPS.abiflags) *(.MIPS.options) *(.trampolines)
}
}