Sign in
gnu
/
binutils-gdb
/
refs/heads/binutils-2_38-branch
/
.
/
ld
/
testsuite
/
ld-riscv-elf
/
align-small-region.ld
blob: a5a37835c650af234197d4c98e1d1a7a9ec1a01d [
file
]
MEMORY
{
reset
:
ORIGIN
=
0x0
,
LENGTH
=
32
}
SECTIONS
{
.
entry
:
{
KEEP
(*(.
entry
))
}
>
reset
}