Sign in
gnu
/
binutils-gdb
/
a4e0a7a91dc1c922d21c3d14dff1596a54c29350
/
.
/
ld
/
testsuite
/
ld-scripts
/
expr1.t
blob: e0810ba07ed4120c6cbcb9a7c51736c920fccfa0 [
file
] [
log
] [
blame
]
ENTRY
(
RAM
)
MEMORY
{
ram
(
rwx
)
:
ORIGIN
=
0
,
LENGTH
=
0x1000000
}
SECTIONS
{
.
text
:
{
}
>
ram
}
RAM
=
ADDR
(
ram
);