forked from len0rd/rockbox
The .entry section does no longer exist.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8363 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b8749fdf21
commit
22ffc9bf03
2 changed files with 0 additions and 2 deletions
|
@ -72,7 +72,6 @@ SECTIONS
|
||||||
|
|
||||||
.text :
|
.text :
|
||||||
{
|
{
|
||||||
KEEP(*(.entry))
|
|
||||||
*(.text*)
|
*(.text*)
|
||||||
#if (CONFIG_CPU==PP5020) || (CONFIG_CPU==PNX0101)
|
#if (CONFIG_CPU==PP5020) || (CONFIG_CPU==PNX0101)
|
||||||
*(.glue_7)
|
*(.glue_7)
|
||||||
|
|
|
@ -24,7 +24,6 @@ SECTIONS
|
||||||
} > OVERLAY_RAM
|
} > OVERLAY_RAM
|
||||||
|
|
||||||
.text : {
|
.text : {
|
||||||
*(.entry)
|
|
||||||
*(.text)
|
*(.text)
|
||||||
} > OVERLAY_RAM
|
} > OVERLAY_RAM
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue