(root)/
binutils-2.41/
ld/
testsuite/
ld-riscv-elf/
align-small-region.ld
MEMORY
{
 reset : ORIGIN = 0x0, LENGTH = 32
}

SECTIONS
{
 .entry :
 {
 KEEP (*(.entry))
 } > reset
}