1
0
Fork 0
forked from len0rd/rockbox

Remove some redundant links in MIPS linker scripts

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20740 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-04-19 13:58:55 +00:00
parent 9b2f0a470e
commit 42c7fb6b8b
2 changed files with 0 additions and 6 deletions

View file

@ -46,10 +46,7 @@ SECTIONS
.rodata : .rodata :
{ {
*(.rodata); /* problems without this, dunno why */
*(.rodata*); *(.rodata*);
*(.rodata.str1.1);
*(.rodata.str1.4);
} > DRAM } > DRAM
. = ALIGN(4); . = ALIGN(4);

View file

@ -33,10 +33,7 @@ SECTIONS
.rodata : .rodata :
{ {
*(.rodata); /* problems without this, dunno why */
*(.rodata*); *(.rodata*);
*(.rodata.str1.1);
*(.rodata.str1.4);
} > DRAM } > DRAM
. = ALIGN(4); . = ALIGN(4);