1
0
Fork 0
forked from len0rd/rockbox

Added word alignment

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3606 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2003-04-24 20:25:10 +00:00
parent cc6183e73c
commit 272a505a61

View file

@ -31,6 +31,7 @@ SECTIONS
.text :
{
*(.text)
. = ALIGN(0x4);
} > DRAM
.data :
@ -42,6 +43,7 @@ SECTIONS
{
*(.rodata)
*(.rodata.str1.4)
. = ALIGN(0x4);
} > DRAM
.stack :