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:
parent
9b2f0a470e
commit
42c7fb6b8b
2 changed files with 0 additions and 6 deletions
|
@ -46,10 +46,7 @@ SECTIONS
|
|||
|
||||
.rodata :
|
||||
{
|
||||
*(.rodata); /* problems without this, dunno why */
|
||||
*(.rodata*);
|
||||
*(.rodata.str1.1);
|
||||
*(.rodata.str1.4);
|
||||
} > DRAM
|
||||
|
||||
. = ALIGN(4);
|
||||
|
|
|
@ -33,10 +33,7 @@ SECTIONS
|
|||
|
||||
.rodata :
|
||||
{
|
||||
*(.rodata); /* problems without this, dunno why */
|
||||
*(.rodata*);
|
||||
*(.rodata.str1.1);
|
||||
*(.rodata.str1.4);
|
||||
} > DRAM
|
||||
|
||||
. = ALIGN(4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue