1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00
freebsd/lib/libc/ia64/gen
Mike Barcroft ef4a12d2d7 ia64 actually uses 80-bit long doubles and must support big and little
endian at compile-time.

Reviewed by:	das
2003-02-26 16:04:34 +00:00
..
__divdf3.S
__divdi3.S
__divsf3.S
__divsi3.S
__moddi3.S Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
__modsi3.S
__udivdi3.S
__udivsi3.S
__umoddi3.S Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, 2003-01-01 18:49:04 +00:00
__umodsi3.S
_setjmp.S o Fix _longjmp() to return 1 when the return value is given as 0. 2002-11-14 06:40:23 +00:00
fabs.S
fpgetmask.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
fpgetround.c Implement missing fpgetround() and fpsetround(). 2003-01-11 07:24:54 +00:00
fpsetmask.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
fpsetround.c Implement missing fpgetround() and fpsetround(). 2003-01-11 07:24:54 +00:00
frexp.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
infinity.c ia64 actually uses 80-bit long doubles and must support big and little 2003-02-26 16:04:34 +00:00
isinf.c o Implement C99 classification macros isfinite(), isinf(), isnan(), 2003-02-12 20:03:41 +00:00
ldexp.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
Makefile.inc Implement missing fpgetround() and fpsetround(). 2003-01-11 07:24:54 +00:00
modf.c Fix the style of the SCM ID's. 2002-03-22 21:53:29 +00:00
setjmp.S ia64 ABI breaker: 2002-11-11 08:11:44 +00:00
sigsetjmp.S ia64 ABI breaker: 2002-11-11 08:11:44 +00:00
unwind.c Implement _Unwind_FindTableEntry(). This function is part of GCC 2002-04-13 04:06:34 +00:00