Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
159c52dd36e5c008612458192904f57ea6dfdfad
/
.
/
gdb
/
linker.cfg
blob: 5d5334b92f4bb119916d71e97ea91374b1075d96 [
file
] [
log
] [
blame
]
ENTRY
(
_start
)
OUTPUT_FORMAT
(
elf32
-
sh
)
SECTIONS
{
.
vectors
0x09000000
:
{
*(.
vectors
);
.
=
ALIGN
(
0x200
);
start
.
o
(.
text
)
*(.
rodata
)
}
.
text
:
{
*(.
text
)
}
.
bss
:
{
_stack
=
.
+
0x1000
;
_stub_stack
=
_stack
+
0x1000
;
}
.
pad
0x0900C800
:
{
LONG
(
0
);
}
}