Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-scripts
/
size-1.t
blob: bb486656c38d8ff9f97651b6e9e90677311e7a1b [
file
] [
log
] [
blame
]
SECTIONS
{
.
=
0x1000
+
SIZEOF_HEADERS
;
.
text ALIGN
(
0x20
)
:
{
*(.
text
)
}
.
data
0x2000
:
{
*(.
data
)
LONG
(
SIZEOF
(.
text
))
LONG
(
SIZEOF
(.
data
))
}
}