summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-01-18 00:17:50 +0000
committerJens Arnold <amiconn@rockbox.org>2006-01-18 00:17:50 +0000
commit22ffc9bf0337876157ce2f6ed2594dc81f979dba (patch)
treeaa6ceb592477cde347da434ca6ad61d0623f9982 /apps
parentb8749fdf219ffcfc17b7781217f388953268af49 (diff)
downloadrockbox-22ffc9bf0337876157ce2f6ed2594dc81f979dba.tar.gz
rockbox-22ffc9bf0337876157ce2f6ed2594dc81f979dba.zip
The .entry section does no longer exist.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8363 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/plugin.lds1
-rwxr-xr-xapps/plugins/rockboy/archos.lds1
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 875729dead..2988ecd4f8 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -72,7 +72,6 @@ SECTIONS
72 72
73 .text : 73 .text :
74 { 74 {
75 KEEP(*(.entry))
76 *(.text*) 75 *(.text*)
77#if (CONFIG_CPU==PP5020) || (CONFIG_CPU==PNX0101) 76#if (CONFIG_CPU==PP5020) || (CONFIG_CPU==PNX0101)
78 *(.glue_7) 77 *(.glue_7)
diff --git a/apps/plugins/rockboy/archos.lds b/apps/plugins/rockboy/archos.lds
index 24f4f1d4eb..2349f51dfa 100755
--- a/apps/plugins/rockboy/archos.lds
+++ b/apps/plugins/rockboy/archos.lds
@@ -24,7 +24,6 @@ SECTIONS
24 } > OVERLAY_RAM 24 } > OVERLAY_RAM
25 25
26 .text : { 26 .text : {
27 *(.entry)
28 *(.text) 27 *(.text)
29 } > OVERLAY_RAM 28 } > OVERLAY_RAM
30 29