Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-mips-elf/pic-and-nonpic-1.ld
2023-03-06 14:48:14 +01:00

9 lines
142 B
Text

SECTIONS
{
. = 0x40000;
.reginfo : { *(.reginfo) }
.pdr : { *(.pdr) }
. = 0x41000;
.text : { *(.text) }
HIDDEN (_gp = 0x68000);
}