Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-mips-elf
/
no-shared-1.ld
blob: 87201a46feff213b9bbd73cddddb81e748304a8c [
file
]
SECTIONS
{
.
=
0x50000
;
.
text
:
{
*(.
text
)
}
.
MIPS
.
stubs
:
{
*(.
MIPS
.
stubs
)
}
.
=
0x60000
;
.
data
:
{
*(.
data
)
}
HIDDEN
(
_gp
=
ALIGN
(
16
)
+
0x7ff0
);
.
got
:
{
*(.
got
)
}
}