Include divide-by-zero handling within plugins and codecs for ARM processors.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19834 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2009-01-24 03:47:09 +00:00
parent ef8413eb4f
commit b0befadad1
10 changed files with 65 additions and 6 deletions

View file

@ -1,3 +1,7 @@
#ifdef CPU_ARM
/* For now, only ARM uses this for __div0 */
gcc-support.c
#endif
oldmenuapi.c
configfile.c
fixedpoint.c