forked from len0rd/rockbox
Fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21332 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2fb6396f5a
commit
7c6a725e8e
1 changed files with 10 additions and 18 deletions
|
@ -74,6 +74,7 @@ SECTIONS
|
|||
_edata = .;
|
||||
*(.sbss*);
|
||||
*(.bss*);
|
||||
*(.ibss*);
|
||||
*(COMMON);
|
||||
*(.scommon*);
|
||||
_end = .;
|
||||
|
@ -81,15 +82,6 @@ SECTIONS
|
|||
|
||||
_bootend = .;
|
||||
|
||||
.ibss (NOLOAD) :
|
||||
{
|
||||
_iedata = .;
|
||||
*(.ibss*)
|
||||
_iend = .;
|
||||
} > IRAM
|
||||
|
||||
. = ALIGN(4);
|
||||
|
||||
.stack (NOLOAD):
|
||||
{
|
||||
*(.stack)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue