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

12 lines
102 B
Text

MEMORY
{
reset : ORIGIN = 0x0, LENGTH = 32
}
SECTIONS
{
.entry :
{
KEEP (*(.entry))
} > reset
}