summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-15 22:25:53 +0000
committerDave Chapman <dave@dchapman.com>2005-02-15 22:25:53 +0000
commit9d4a79b444aadf332c9c60df33b0234a7c8e3b9a (patch)
treea2cf5178cd000a4b2db31db4f2fad7662174de25 /apps
parentb9ea50796da5d36ab8631491ad556218122b970c (diff)
downloadrockbox-9d4a79b444aadf332c9c60df33b0234a7c8e3b9a.tar.gz
rockbox-9d4a79b444aadf332c9c60df33b0234a7c8e3b9a.zip
Discard .eh_frame, otherwise the codec viewer plugins are about 800MB in size. See http://www.rockbox.org/mail/archive/rockbox-archive-2004-07/0445.shtml
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5960 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/plugin.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds
index 6737803c1f..acbeb52652 100644
--- a/apps/plugins/plugin.lds
+++ b/apps/plugins/plugin.lds
@@ -44,6 +44,10 @@ SECTIONS
*(.data)
} > PLUGIN_RAM
+ /DISCARD/ : {
+ *(.eh_frame)
+ }
+
.bss : {
*(.bss)
} > PLUGIN_RAM