Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-elf
/
flags1.ld
blob: c003ce72c19dba6e3ad0667b015170b5c6749efc [
file
] [
log
] [
blame
]
SECTIONS
{
.
=
SIZEOF_HEADERS
;
.
text
:
{
*(.
text
)
}
=
0
.
post_text_reserve
:
{
.
+=
0x160
;
}
/
DISCARD
/
:
{
*(.*)
}
}