forked from len0rd/rockbox
Suggestion by Magnus Holmgren: avoid odd bytecount for plugins
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3918 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e9b12dd9eb
commit
5d761f79aa
1 changed files with 1 additions and 0 deletions
|
@ -27,5 +27,6 @@ SECTIONS
|
||||||
.rodata : {
|
.rodata : {
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
*(.rodata.str1.4)
|
*(.rodata.str1.4)
|
||||||
|
. = ALIGN(0x4);
|
||||||
} > PLUGIN_RAM
|
} > PLUGIN_RAM
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue