rockbox/firmware/target/arm/tms320dm320
Boris Gjenero ca9111ef64 Add KEEP() around vectors in linker scripts.
Vectors are needed by the CPU, but they don't need to be accessed by Rockbox.
Without the KEEP(), they can be removed when liking with --gc-sections, 
creating a broken binary without any warnings. This tells the linker to not
remove them. It should enable use of --gc-sections for all targets. When not
using --gc-sections, this does not change the binary.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31351 a1c6a512-1295-4272-9138-f99709370657
2011-12-18 06:43:08 +00:00
..
creative-zvm Convert remaining memframe LCDs that can be convert to common code. 2011-12-16 23:40:39 +00:00
dsp
mrobe-500 Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
sansa-connect Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
app.lds Add KEEP() around vectors in linker scripts. 2011-12-18 06:43:08 +00:00
boot.lds Do some things to make -ffunction-sections work better. 2011-12-17 01:43:32 +00:00
crt0.S
debug-dm320.c Sandisk Sansa Connect port (FS #12363) 2011-11-16 14:08:01 +00:00
debug-target.h
dma-dm320.c Sandisk Sansa Connect port (FS #12363) 2011-11-16 14:08:01 +00:00
dma-target.h Sandisk Sansa Connect port (FS #12363) 2011-11-16 14:08:01 +00:00
dsp-dm320.c
dsp-target.h
dsp_image_helloworld.h
i2c-dm320.c Sansa Connect: Revise codec initialization/shutdown. 2011-12-05 09:53:23 +00:00
i2c-dm320.h Sansa Connect: Revise codec initialization/shutdown. 2011-12-05 09:53:23 +00:00
kernel-dm320.c Sandisk Sansa Connect port (FS #12363) 2011-11-16 14:08:01 +00:00
sdmmc-dm320.c Sansa Connect: Disable USB clocks when disconnected. 2011-12-16 11:20:38 +00:00
spi-dm320.c
spi-target.h
system-dm320.c Sansa Connect: Use sleep() instead udelay() in AVR spi_txrx. 2011-12-15 15:33:53 +00:00
system-target.h Sandisk Sansa Connect port (FS #12363) 2011-11-16 14:08:01 +00:00
timer-dm320.c
uart-dm320.c
uart-target.h