forked from len0rd/rockbox
Fix zeroing out some variable space
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14933 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f8da898f7a
commit
eb202355a7
1 changed files with 3 additions and 1 deletions
|
@ -164,6 +164,7 @@ SECTIONS
|
|||
_edata = .;
|
||||
*(.bss*);
|
||||
*(.ibss);
|
||||
*(COMMON)
|
||||
_end = .;
|
||||
}
|
||||
}
|
||||
|
@ -214,9 +215,10 @@ SECTIONS
|
|||
_edata = .;
|
||||
*(.bss*);
|
||||
*(.ibss);
|
||||
*(COMMON)
|
||||
_end = .;
|
||||
}>DRAM
|
||||
|
||||
|
||||
.vectors 0x0 :
|
||||
{
|
||||
loadaddress = .;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue