Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-elf
/
attributes.ld
blob: f6cfe4ac52e5a91547664c7710ff818808d8014d [
file
] [
log
] [
blame
]
PROVIDE
(
__start
=
DEFINED
(
start
)
?
start
:
0xbfc00000
);
ENTRY
(
__start
)
SECTIONS
{
.
text
:
{
*(.
text
)
}
}