From 9d4a79b444aadf332c9c60df33b0234a7c8e3b9a Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 15 Feb 2005 22:25:53 +0000 Subject: 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 --- apps/plugins/plugin.lds | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins') 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 -- cgit v1.2.3