Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-elf
/
group12.ld
blob: 4a36ee547f78eb38d321ce4787110f499f9ed898 [
file
]
FORCE_GROUP_ALLOCATION
PHDRS
{
header PT_PHDR PHDRS
;
image PT_LOAD PHDRS
;
}
SECTIONS
{
.
=
0x1000
;
.
text
:
{
*(.
text
)
*(.
rodata
.
brlt
)
}
:
image
:
header
/
DISCARD
/
:
{
*(.
dropme
)
*(.
reginfo
)
*(.
MIPS
.
abiflags
)
}
}