mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 16:42:33 -05:00
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 :
|
.mp3buf :
|
||||||
{
|
{
|
||||||
_mp3buffer = .;
|
_mp3buffer = .;
|
||||||
|
mp3buffer = .;
|
||||||
} > DRAM
|
} > DRAM
|
||||||
|
|
||||||
.mp3end ENDADDR:
|
.mp3end ENDADDR:
|
||||||
{
|
{
|
||||||
|
mp3end = .;
|
||||||
_mp3end = .;
|
_mp3end = .;
|
||||||
} > DRAM
|
} > DRAM
|
||||||
|
|
||||||
.plugin ENDADDR:
|
.plugin ENDADDR:
|
||||||
{
|
{
|
||||||
_pluginbuf = .;
|
_pluginbuf = .;
|
||||||
|
pluginbuf = .;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue