summaryrefslogtreecommitdiff
path: root/lib/libc/arch/arm/gen
AgeCommit message (Expand)Author
2014-01-29Include compiler-rt in libc, libm and libkern.joerg
2014-01-17GCjoerg
2014-01-17Use generic version of fabs for softfloat.joerg
2013-12-25Explicitly enable FPU support.joerg
2013-11-30Use PLT_SYM.joerg
2013-10-21Fix bug introduced in revision 1.13 which meant longjmp would neverskrll
2013-09-12Pass PICFLAGS down to cc-as-as and use __PIC__ to decide if it is smalljoerg
2013-09-04Fix the .cfi correctly.matt
2013-09-04Fix build by matching .cfi/#if.htodd
2013-09-04only emit cfi if __ARM_EABI__ && __UNWIND_TABLES__matt
2013-09-03Use less got, add END(), make thumb tolerant.matt
2013-08-21divide.S need -marmmatt
2013-08-17Thumbify & add ENDmatt
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-04-19Ignore VFP bit in magic.matt
2013-04-19A small optimizationmatt
2013-04-19Actually fail if the magic number is found to be wrong in __longjmp.skrll
2013-01-29AAPCS (EABI) requires that VFP D8-D15 are always saved, regardless whethermatt
2013-01-26When building for earm*, compile __aeabi_[df]cmpun.c and __aeabi_[il]div0.cmatt
2013-01-26Add __aeabi_[fd]cmpun for IEEE unordered compares (requires by ARM RTABI).matt
2013-01-25Use __ARM_PCS_VFP to determine whether the VFP is being used.matt
2013-01-11Remove all FPA code.matt
2012-11-28Add missing registers.matt
2012-10-30add new files to fix static linkingchristos
2012-10-10add split fileschristos
2012-09-27Remove magic numbers.skrll
2012-09-27Fixup the stack pointer in the ucontext returned by getcontext.skrll
2012-08-05Ensure stack alignment. "looks fine" matt@skrll
2012-08-01Add #error cases in case someone tries to compile hardfloat VFP libraries.matt
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
2012-03-22Follow the pattern from powerpc, make lint happy.he
2012-03-21Use c89 function declaration.he
2012-03-21no need for linted annotationschristos
2012-03-21shut up lint(1)bsh
2011-09-19Mark _resumecontext as dead. ANSIfy all declarations for it.joerg
2011-02-24Allow storing and receiving the LWP private pointer via ucontext_tjoerg
2009-12-06Rename ${SRCS.{alpha,arm,...}.gen} to ${LSRCS.{alpha,arm,...}.gen} becauseuebayasi
2009-02-22Make NAN a compile time constant (with help from the compiler). Suggestedmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-12-08Sync all resumecontext.c versions with the changes originally mademartin
2006-06-28build frexp/ldexp/modf in the "compat" part (code is identical)drochner
2006-05-16make sure there is a prototype in scope.mrg
2006-02-25Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),wiz
2005-12-20Use reach-over sources from common/lib/libcchristos
2005-10-16more renaming.christos
2005-10-16compat shuffle.christos
2005-06-12Add missing __RCSID()lukem