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:
Jörg Hohensohn 2003-08-04 19:13:42 +00:00
parent e9b12dd9eb
commit 5d761f79aa

View file

@ -27,5 +27,6 @@ SECTIONS
.rodata : {
*(.rodata)
*(.rodata.str1.4)
. = ALIGN(0x4);
} > PLUGIN_RAM
}