summaryrefslogtreecommitdiff
path: root/lib/libc/arch/arm
AgeCommit message (Expand)Author
2003-12-26Use an unsigned comparison against minbrk.martin
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-25Remove an unnecessary line continuation backslash from previous.kleink
2003-10-25Update for FPA 80-bit extended-precision format.kleink
2003-10-25Swap VFP and FPA sections to match the style of most other code;kleink
2003-10-25Redo the VFP/endianness conditional logic of this file, making it easierkleink
2003-10-24* Since there is no single portable IEEE 754 format for a long double,kleink
2003-10-23Duh, fix the align-to-32-bits code.scw
2003-10-14Xscale-optimised mem* routines. Contributed by Wasabi Systems.scw
2003-10-09dont use __ARMEB__ichiro
2003-10-09support big endianichiro
2003-10-05Add SA_SIGINFO support for ARM.matt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
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-04-07Make sure we reference getcontext() by its internal name.kleink
2003-04-05Use the correct instruction for returning ffrom a function (MOV ratherbjh21
2003-04-05NetBSD/acorn26 has been using APCS-32 for years, so unifdef -U__APCS_26__.bjh21
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-18Merge the nathanw_sa branch.thorpej
2002-11-23Add arm asm version of memcmp, basically it's strncmp.S without thechris
2002-11-23Add an asm version of strncmp, based on strcmp.chris
2002-11-16Add an assembler version of strcmp, based on example code from the ARMrearnsha
2002-08-27Do the appropriate PIC magic for the jump to _exit().mycroft
2002-08-17Local label fixup.thorpej
2002-08-17correct comment, it's r0, not a0.chris
2002-07-10Enable the libc-provided signal trampoline. The old __sigaction14thorpej
2002-07-09New __sigaction14() system call stub which registers the signalthorpej
2002-07-01Avoid leaving junk in the top half of R0 on return.bjh21
2002-05-26Revert previous: .S files are currently compiled with -traditional-cpp,wiz
2002-05-26__STDC__ is always defined on NetBSD.wiz
2002-05-21Import the 32-bit version of SoftFloat 2a and separate it and the 64-bitbjh21
2002-05-12Add SIGFPE support to SoftFloat, so fpsetmask/fpgetmask now work. A newbjh21
2002-05-06Consistently declare the types of float_rounding_mode and float_exception_flagsbjh21
2002-04-21All the versions of softfloat-specialize were practically identical, so replacebjh21
2002-03-19Only abort() if the user specifies a rounding mode other than FP_RN.bjh21
2002-03-19ANSIfy.bjh21
2002-03-10Use the values from <machine/ieeefp.h> to define the exception flags, andbjh21
2002-02-19Replace infinity.c with one in the style of the new ieee754_infinity.c, butbjh21
2002-02-19Clean up some rampant code duplication wrt ieee number handling:simonb
2002-02-10Switch libc syscall veneers over to using our shiny new official SWI range.bjh21
2002-01-14* Add WSYSCALL() to SYS.h, which creates a system call with anthorpej
2002-01-13Add internal names for fp{get,set}{mask,round,sticky}(), andthorpej
2001-11-13Update asm files to use sp instead of r13. Also tweak a couple of bits in th...chris
2001-11-13Update arm libc files for 8 byte aligned stack.chris
2001-11-13Fix .type directive to use the right name for L_ffs_table (pointed out bybjh21
2001-11-11Update the libc version of ffs to make use of an optimsed asm version.chris