Sign in
gnu
/
binutils-gdb
/
d49f2dd78b08efa4e1ee51f5df5058846c2eb4fa
/
.
/
ld
/
testsuite
/
ld-scripts
/
expr2.t
blob: 634eab26a9ee58a3aac7dee3b0f0b1ccf676f101 [
file
]
SECTIONS
{
.
=
0xc000
;
.
text
:
{
_text
=
.;
*(.
text
)
}
_end
=
.;
}
ASSERT
(
_end
-
_text
<=
0x100
,
"fail"
);