Sign in
gnu
/
binutils-gdb
/
b5c37946cce4b41af0436529b139fa3d23e61f73
/
.
/
ld
/
testsuite
/
ld-elf
/
flags1.ld
blob: 14d17cbe443e20a55fc98dc961e7d866847b483d [
file
] [
log
] [
blame
]
SECTIONS
{
.
=
SIZEOF_HEADERS
;
.
text
:
{
*(.
text
)
}
=
0
.
post_text_reserve
:
{
.
+=
0x160
;
}
/
DISCARD
/
:
{
*(*)
}
}