Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-scripts
/
assert.t
blob: 9b4c6414263c06baf2fcf1ca05b8ba53e3fecd89 [
file
] [
log
] [
blame
]
SECTIONS
{
.
empty
:
{
here
=
.
==
ADDR
(.
empty
);
ASSERT
(.
==
ADDR
(.
empty
),
"dot is not ADDR"
);
ASSERT
(
here
,
"here is zero"
);
}
ASSERT
(!
SIZEOF
(.
empty
),
"Empty is not empty"
)
/
DISCARD
/
:
{
*(.
reginfo
)
}
}