Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-scripts
/
empty-address-3c.t
blob: 6de519881fed7c7a4065503992cf85d7924358b9 [
file
] [
log
] [
blame
]
SECTIONS
{
.
text
0x00000000
:
{
*(.
text
)
}
.
data ALIGN
(
0x1000
)
+
(.
&
(
0x1000
-
1
)):
{
__data_start
=
.;
*(.
data
)
}
__data_end
=
.;
/DISCARD/
:
{
*(.*)
}
}