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