summaryrefslogtreecommitdiff
path: root/lib/libc/arch
AgeCommit message (Expand)Author
2004-01-02Fix two inverted comparisions and a few comments.martin
2004-01-02Restore stack frames on error return.martin
2004-01-02Restore stack frames on error exit. This makes us pass dynamic and staticmartin
2003-12-31Use CC64FSZ instead of magic constant for stack frame size.martin
2003-12-26Use an unsigned comparison against minbrk.martin
2003-12-26Use an unsigned comparison against minbrk.martin
2003-12-07Swap WEAK_ALIAS args to how they should be.scw
2003-11-26Hide the register number constants behind an _R_ prefix, and alsohe
2003-11-23Implement siginfo for sh3.uwe
2003-11-23s/!=/==/scw
2003-11-21Don't compile fp*.c if doing a soft-float build.scw
2003-11-13-traditional-cpp and spaces after commas is not a happy combination.simonb
2003-11-11Need weak aliases here.simonb
2003-11-11Add #ifdef __weak_alias around use of __weak_alias.simonb
2003-11-11Fix tyop.simonb
2003-11-06This is the last part of siginfo support for pc532. Simon will make thischristos
2003-11-06siginfo trampoline addition. This is not used until simon verifies that itchristos
2003-11-02Add userland portion of siginfo for mips. Many thanks to simon for lettingchristos
2003-11-01Corrent map order to match sparc/ieeefp.h.nakayama
2003-10-30Pasto.kleink
2003-10-30It turns out the hppa ABI we're using does not support an extended-kleink
2003-10-29C99 7.12.3.2: add library portions of isfinite, but don't build these justkleink
2003-10-29caps "Jonathan STone" in comment less dramaticallypooka
2003-10-28C99 7.12.3.1: add IEEE library portions of fpclassify. Don't build thesekleink
2003-10-28Retire FPA support from this file at last; suggested by Richard Earnshawkleink
2003-10-28Fix tpyo. (ieee854 -> ieee754)matt
2003-10-28Ignore the explicit integer bit here, too; otherwise an infinity with thekleink
2003-10-27Explain the stack layout correctly now that that I understand it :-)christos
2003-10-27Err, rename some members added in previous to make them reflect theirkleink
2003-10-27Add __sigtramp2christos
2003-10-27Signal trampoline stuff for siginfo.christos
2003-10-27Retire local union { floating-type; struct ieee_prec; } in favor of thosekleink
2003-10-26On FPA, switch back `long double' to double-precision. According tokleink
2003-10-26Use the generic `long double' == `double' versions on m68000.kleink
2003-10-26Add __infinityf and __infinityl, float respectively long double analogskleink
2003-10-25Add __infinityf and __infinityl, float respectively long double analogskleink
2003-10-25Remove an unnecessary line continuation backslash from previous.kleink
2003-10-25Sync with i386:kleink
2003-10-25Update to account for separate handling of the explicit integer bit;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-25replace __longjmp14 asm-implementation with __longjmp14 C-implementationcl
2003-10-25Redo the VFP/endianness conditional logic of this file, making it easierkleink
2003-10-25Correct another typo.he
2003-10-25Pasto in previous.kleink
2003-10-24Oops, re-add line continuation.kleink
2003-10-24In PIC code "braf" to cerror, not "bsrf" to it!uwe
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-18Use the int 0x80 path for context system calls.fvdl