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

31 lines
488 B
Text

SECTIONS
{
. = 0x80000;
.interp : { *(.interp) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
. = ALIGN (0x400);
.rel.dyn : { *(.rel.dyn) }
. = ALIGN (0x400);
.MIPS.stubs : { *(.MIPS.stubs) }
. = ALIGN (0x400);
.text : { *(.text) }
. = ALIGN (0x10000);
HIDDEN (_gp = . + 0x7ff0);
.got : { *(.got) }
. = ALIGN (0x400);
.bss : { *(.bss .bss.*) }
/DISCARD/ : { *(.reginfo) *(.MIPS.abiflags) }
}
VERSION
{
{ local: *; };
}