1
0
Fork 0
forked from len0rd/rockbox

Stricter alignment of sections

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6200 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-03-18 07:53:52 +00:00
parent 31b28f523a
commit 4e92883d76

View file

@ -211,10 +211,11 @@ SECTIONS
_edata = .;
*(.bss)
*(COMMON)
. = ALIGN(0x4);
_end = .;
} > DRAM
.mp3buf :
.mp3buf ALIGN(4) :
{
_mp3buffer = .;
mp3buffer = .;