mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Get the linker files that slipped through in r31337.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31338 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
28dec004c0
commit
43d7a75369
6 changed files with 21 additions and 24 deletions
|
|
@ -57,7 +57,6 @@ SECTIONS
|
|||
{
|
||||
_loadaddress = .;
|
||||
_textstart = .;
|
||||
*(.text)
|
||||
*(.text*)
|
||||
*(.glue_7)
|
||||
*(.glue_7t)
|
||||
|
|
@ -84,9 +83,9 @@ SECTIONS
|
|||
.iram :
|
||||
{
|
||||
_iramstart = .;
|
||||
*(.icode)
|
||||
*(.irodata)
|
||||
*(.idata)
|
||||
*(.icode*)
|
||||
*(.irodata*)
|
||||
*(.idata*)
|
||||
. = ALIGN(0x4);
|
||||
_iramend = .;
|
||||
} > IRAM AT> DRAM
|
||||
|
|
@ -97,7 +96,7 @@ SECTIONS
|
|||
{
|
||||
_iedata = .;
|
||||
*(.qharray)
|
||||
*(.ibss)
|
||||
*(.ibss*)
|
||||
. = ALIGN(0x4);
|
||||
_iend = .;
|
||||
} > IRAM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue