1
0
Fork 0
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:
Karl Kurbjun 2007-09-30 22:21:51 +00:00
parent f8da898f7a
commit eb202355a7

View file

@ -164,6 +164,7 @@ SECTIONS
_edata = .;
*(.bss*);
*(.ibss);
*(COMMON)
_end = .;
}
}
@ -214,6 +215,7 @@ SECTIONS
_edata = .;
*(.bss*);
*(.ibss);
*(COMMON)
_end = .;
}>DRAM