From 194174a371b16dfc24960d1e33371c0a7ef1c2c2 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Fri, 27 Aug 2010 00:29:50 +0000 Subject: 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/memory. It's a used by codec/plugin loading and vastly reduces code duplication. It's also a step forward in getting rid of libuisimulator in the application ports. Apparently sh needs linker symbols prefixed with _ even if they're referenced without from C code. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27902 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/plugin.lds') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index f150b9d168..653b8bae87 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -278,6 +278,7 @@ SECTIONS .bss (NOLOAD) : { plugin_bss_start = .; + _plugin_bss_start = .; *(.bss*) #if defined(IRAMSIZE) && IRAMSIZE == 0 *(.ibss) -- cgit v1.2.3