rockbox/firmware/target/arm/tcc780x
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
..
cowond2 Convert remaining memframe LCDs that can be convert to common code. 2011-12-16 23:40:39 +00:00
adc-tcc780x.c
app.lds Add KEEP() around vectors in linker scripts. 2011-12-18 06:43:08 +00:00
ata-nand-target.h
boot.lds Do some things to make -ffunction-sections work better. 2011-12-17 01:43:32 +00:00
crt0.S Switch to SYS mode on arm FS#12322 by me 2011-10-11 16:06:03 +00:00
debug-target.h
debug-tcc780x.c
kernel-tcc780x.c
sd-tcc780x.c
system-target.h
system-tcc780x.c
timer-tcc780x.c