summaryrefslogtreecommitdiff
path: root/lib/libc/arch/sh5
AgeCommit message (Expand)Author
2003-12-07Swap WEAK_ALIAS args to how they should be.scw
2003-10-25Add __infinityf and __infinityl, float respectively long double analogskleink
2003-10-24Oops, re-add line continuation.kleink
2003-10-24* Since there is no single portable IEEE 754 format for a long double,kleink
2003-10-05s/sigcontext/siginfo/scw
2003-10-05libc bits for siginfo on sh5.scw
2003-08-12Pop the caller's PIC prologue and push our own, as we can be calledscw
2003-08-10Repeat after me: Thou shalt run the regression tests.scw
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-03-26Sign-extend the return value, as required by the ABI.scw
2003-03-24Much rototilling to add PIC support.scw
2003-02-13Implement pthread_atfork() (in libc, because the required threadlibnathanw
2003-01-22Now make these actually work.scw
2003-01-21Add swapcontext() lint stub.kleink
2003-01-21Make these compile.scw
2003-01-20Initialise the FPSCR to a sane value.scw
2003-01-19SH5 libc ucontext/lwp support.scw
2003-01-18These files are obsolete; setlogin() is now implemented in C with athorpej
2002-12-08SH5 asm versions of some low-level libc routines.scw
2002-10-08Fix a botched offset.scw
2002-09-28Always save/restore the FP status register.scw
2002-09-06Various setjmp/longjmp fixes.scw
2002-09-06Round-up the supplied length *before* aligning.scw
2002-09-04Make it plain to the compiler that __sigtramp_sigcontext_1() really isscw
2002-09-04Use r4 to preserve the filedes pointer across the syscall instead of r3.scw
2002-07-12Add IEEE FP mode control functions and definitions for SH5.scw
2002-07-11Fix a tryping error.scw
2002-07-11Userland side of SH5 signals/setjmp.scw
2002-07-10It helps to use the right register for the return value.scw
2002-07-10Add some missing FP support code.scw
2002-07-10Ditch the leading underscores for bswap*()scw
2002-07-10Compensate for an over-pedantic assembler.scw
2002-07-10Fixed a botched blink insn.scw
2002-07-10Don't include <machine/endian.h> in asm source.scw
2002-07-10Fix register number botch.scw
2002-07-10Remove whitespace from WEAK_ALIAS macro invocation.scw
2002-07-10Use C versions of string functions for now.scw
2002-07-05Forgot these in the last commit.scw
2002-07-05NetBSD, meet the SH-5 cpu.scw