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