diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-01-18 00:17:50 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-01-18 00:17:50 +0000 |
| commit | 22ffc9bf0337876157ce2f6ed2594dc81f979dba (patch) | |
| tree | aa6ceb592477cde347da434ca6ad61d0623f9982 /apps/plugins | |
| parent | b8749fdf219ffcfc17b7781217f388953268af49 (diff) | |
| download | rockbox-22ffc9bf0337876157ce2f6ed2594dc81f979dba.zip rockbox-22ffc9bf0337876157ce2f6ed2594dc81f979dba.tar.gz rockbox-22ffc9bf0337876157ce2f6ed2594dc81f979dba.tar.bz2 rockbox-22ffc9bf0337876157ce2f6ed2594dc81f979dba.tar.xz | |
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/plugins')
| -rw-r--r-- | apps/plugins/plugin.lds | 1 | ||||
| -rwxr-xr-x | apps/plugins/rockboy/archos.lds | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 875729d..2988ecd 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -72,7 +72,6 @@ SECTIONS .text : { - KEEP(*(.entry)) *(.text*) #if (CONFIG_CPU==PP5020) || (CONFIG_CPU==PNX0101) *(.glue_7) diff --git a/apps/plugins/rockboy/archos.lds b/apps/plugins/rockboy/archos.lds index 24f4f1d..2349f51 100755 --- a/apps/plugins/rockboy/archos.lds +++ b/apps/plugins/rockboy/archos.lds @@ -24,7 +24,6 @@ SECTIONS } > OVERLAY_RAM .text : { - *(.entry) *(.text) } > OVERLAY_RAM |