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:
Jens Arnold 2006-01-18 00:17:50 +00:00
parent b8749fdf21
commit 22ffc9bf03
2 changed files with 0 additions and 2 deletions

View file

@ -72,7 +72,6 @@ SECTIONS
.text :
{
KEEP(*(.entry))
*(.text*)
#if (CONFIG_CPU==PP5020) || (CONFIG_CPU==PNX0101)
*(.glue_7)

View file

@ -24,7 +24,6 @@ SECTIONS
} > OVERLAY_RAM
.text : {
*(.entry)
*(.text)
} > OVERLAY_RAM