forked from len0rd/rockbox
Duplicate lables for the m68k linker that wants the symbols without a
preceeding underscore! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5758 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
142c034138
commit
72ec431fc2
1 changed files with 3 additions and 0 deletions
|
@ -106,15 +106,18 @@ SECTIONS
|
|||
.mp3buf :
|
||||
{
|
||||
_mp3buffer = .;
|
||||
mp3buffer = .;
|
||||
} > DRAM
|
||||
|
||||
.mp3end ENDADDR:
|
||||
{
|
||||
mp3end = .;
|
||||
_mp3end = .;
|
||||
} > DRAM
|
||||
|
||||
.plugin ENDADDR:
|
||||
{
|
||||
_pluginbuf = .;
|
||||
pluginbuf = .;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue