Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-vax-elf/plt-local-lib.ld

19 lines
277 B
Plaintext
Raw Permalink Normal View History

2023-03-06 14:48:14 +01:00
SECTIONS
{
. = 0;
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }
.dynstr : { *(.dynstr) }
.rela.plt : { *(.rela.plt) }
. = 0x1000;
.plt : { *(.plt) }
. = 0x2000;
.text : { *(.text) }
. = 0x3000;
.dynamic : { *(.dynamic) }
.got : { *(.got.plt) }
}