Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-tic6x
/
sbr.ld
blob: 909f589e049015b4c4a3f1b6e0437e3c2a909679 [
file
]
EXTERN
(
__c6xabi_DSBT_BASE
);
SECTIONS
{
.
=
0x80
;
.
data
:
{
PROVIDE_HIDDEN
(
__c6xabi_DSBT_BASE
=
.);
*(.
data
*)
}
.
=
0x10000000
;
.
text
:
{
*(.
text
*)
}
/
DISCARD
/
:
{
*(*)
}
}