summaryrefslogtreecommitdiff
path: root/lib/libc/arch/arm/gen/Makefile.inc
AgeCommit message (Expand)Author
2014-01-29Include compiler-rt in libc, libm and libkern.joerg
2014-01-17Use generic version of fabs for softfloat.joerg
2013-12-25Explicitly enable FPU support.joerg
2013-08-21divide.S need -marmmatt
2013-06-20Fix compile error.msaitoh
2013-06-20modsi3/umodsi3 is not needed for earm since __aeabi_*divmod takes care of it.matt
2013-04-30Match against LIBC_MACHINE_ARCH for MKCOMPATmatt
2013-01-26When building for earm*, compile __aeabi_[df]cmpun.c and __aeabi_[il]div0.cmatt
2012-10-30add new files to fix static linkingchristos
2012-10-10add split fileschristos
2012-07-30Backout previous. ld.so requires the division routines so this needsskrll
2012-07-11On the libc/libgcc clashes cleanup that removed divsi3.o from libc, ARM/evbarmreinoud
2009-12-06Rename ${SRCS.{alpha,arm,...}.gen} to ${LSRCS.{alpha,arm,...}.gen} becauseuebayasi
2006-06-28build frexp/ldexp/modf in the "compat" part (code is identical)drochner
2005-10-16compat shuffle.christos
2005-04-15Push back the descriptions of NaN formats, and descriptions of thekleink
2004-03-04* Turn isinf(3) and isnan(3) into C99-style macros.kleink
2004-01-15Add C99 fpclassify(), isfinite(), isnormal(), and signbit() macros.kleink
2003-10-28Retire FPA support from this file at last; suggested by Richard Earnshawkleink
2003-10-26On FPA, switch back `long double' to double-precision. According tokleink
2003-10-25Add __infinityf and __infinityl, float respectively long double analogskleink
2003-10-24* Since there is no single portable IEEE 754 format for a long double,kleink
2003-08-01Rework how dependency generation is performed:lukem
2003-05-17Build _isinfl() and _isnanl().thorpej
2003-05-12Rename ieee754_function.c to function_ieee754.c, following the conventionkleink
2003-01-18Merge the nathanw_sa branch.thorpej
2002-02-19Clean up some rampant code duplication wrt ieee number handling:simonb
2000-12-29Create shared ARM source for libc, and move arm26 port over to using it.bjh21