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:
parent
cc6183e73c
commit
272a505a61
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ SECTIONS
|
||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
*(.text)
|
*(.text)
|
||||||
|
. = ALIGN(0x4);
|
||||||
} > DRAM
|
} > DRAM
|
||||||
|
|
||||||
.data :
|
.data :
|
||||||
|
|
@ -42,6 +43,7 @@ SECTIONS
|
||||||
{
|
{
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
*(.rodata.str1.4)
|
*(.rodata.str1.4)
|
||||||
|
. = ALIGN(0x4);
|
||||||
} > DRAM
|
} > DRAM
|
||||||
|
|
||||||
.stack :
|
.stack :
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue