Sign in
gnu
/
binutils-gdb
/
3c60c38bc9fa13062c5ce3f9870bcf3dba823f08
/
.
/
ld
/
testsuite
/
ld-scripts
/
empty-address-4.t
blob: bb0c2f6aebc07d13abac1468311cf24b72b8a2cc [
file
] [
log
] [
blame
]
SECTIONS
{
.
text
0
:
{
*(.
text
.
pr
)
}
.
data
0x200
:
{
*(.
data
)
ASSERT
(.
<
0x400
,
oops
);
}
.
bss
:
{
*(.
bss
)
}
/
DISCARD
/
:
{
*(*)
}
}