Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
7e8e1005d1f72c9fd846d45742a12c5654c337a5
/
.
/
firmware
/
app.lds
blob: 03bd1b2b54e5c6b047aa938923b8b7aece24c83a [
file
] [
log
] [
blame
]
ENTRY
(
_start
)
OUTPUT_FORMAT
(
elf32
-
sh
)
SECTIONS
{
.
vectors
0x09000000
:
{
*(.
vectors
);
.
=
ALIGN
(
0x200
);
*(.
text
.
start
)
*(.
text
)
*(.
rodata
)
}
.
bss
:
{
_stack
=
.
+
0x1000
;
}
.
pad
0x0900C800
:
{
LONG
(
0
);
}
}