rockbox/firmware/target/mips
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
..
ingenic_jz47xx Add KEEP() around vectors in linker scripts. 2011-12-18 06:43:08 +00:00
ffs-mips.S
memcpy-mips.S
memset-mips.S
mmu-mips.c Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
mmu-mips.h Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
thread-mips32.c thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own. 2011-12-10 20:47:59 +00:00