diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-02-04 12:40:47 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-02-04 12:40:47 +0000 |
| commit | 3fcfdffe88025a943f9c72f7b86363dc08edaecd (patch) | |
| tree | 1daa71ebfeb2b49067b8c83b3143307b40440a4e | |
| parent | bc54fbd673fcdd7ac518f67e61af50c67380e8e4 (diff) | |
| download | rockbox-3fcfdffe88025a943f9c72f7b86363dc08edaecd.zip rockbox-3fcfdffe88025a943f9c72f7b86363dc08edaecd.tar.gz rockbox-3fcfdffe88025a943f9c72f7b86363dc08edaecd.tar.bz2 rockbox-3fcfdffe88025a943f9c72f7b86363dc08edaecd.tar.xz | |
Added .rodata.str1.1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5783 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/plugins/plugin.lds | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index a849046..bd49afc 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -46,6 +46,7 @@ SECTIONS .rodata : { *(.rodata) + *(.rodata.str1.1) *(.rodata.str1.4) . = ALIGN(0x4); } > PLUGIN_RAM |