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 :
|
||||
{
|
||||
KEEP(*(.entry))
|
||||
*(.text*)
|
||||
#if (CONFIG_CPU==PP5020) || (CONFIG_CPU==PNX0101)
|
||||
*(.glue_7)
|
||||
|
|
|
@ -24,7 +24,6 @@ SECTIONS
|
|||
} > OVERLAY_RAM
|
||||
|
||||
.text : {
|
||||
*(.entry)
|
||||
*(.text)
|
||||
} > OVERLAY_RAM
|
||||
|
||||
|
|
Loading…
Reference in a new issue