glibc/sysdeps/i386/fpu
Ulrich Drepper 6b87a5642c Update.
* sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
	* sysdeps/unix/sysv/aix/chown.c: Likewise.
	* sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
	* sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
	__chown_internal.
	* sysdeps/unix/sysv/linux/s390/s390-32//chown.c: Likewise.

	* intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
	* intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
	* intl/ngettext.c: Likewise.

	* include/sys/socket.h: Declare __connect_internal and define
	__connect macro if not NOT_IN_libc.
	* sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
	* sysdeps/unix/sysv/aix/connect.c: Likewise.
	* sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.

	* include/unistd.h: Declare __close_internal and define __close macro
	if not NOT_IN_libc.
	* libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
	WJUMP3): Add extra parenthesis to avoid expanding element names with
	macors like __close.
	* sysdeps/unix/syscalls.list: Add __close_internal alias.

	* include/unistd.h: Declare __dup2_internal and define __dup2 macro
	if not NOT_IN_libc.
	* sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
	* sysdeps/posix/dup2.c: Use INTDEF for __dup2.
	* sysdeps/unix/syscalls.list: Add __dup2_internal alias.

	* include/unistd.h: Declare __fork_internal and define __fork macro
	if not NOT_IN_libc.
	* sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
	* sysdeps/unix/sysv/aix/fork.c: Likewise.
	* sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.

	* include/stdio_ext.h: Declare __fsetlocking_internal and define
	__fsetlocking macro to use it if not NOT_IN_libc.
	* libio/__fsetlocking.c: Use INTDEF for __fsetlocking.

	* libio/__fbufsize.c: Correct copyright.
	* libio/__flbf.c: Likewise.
	* libio/__fpending.c: Likewise.
	* libio/__fpurge.c: Likewise.
	* libio/__freadable.c: Likewise.
	* libio/__freading.c: Likewise.
	* libio/__fsetlocking.c: Likewise.
	* libio/__fwritable.c: Likewise.
	* libio/__fwriting.c: Likewise.

	* include/stdio.h: Declare __asprintf_internal and define __asprintf
	macro to use it if not NOT_IN_libc.
	* stdio-common/asprintf.c: Use INTDEF for __asprintf.

	* include/mntent.h: Declare __setmntent_internal,
	__getmntent_r_internal, __endmntent_internal.  Define __setmntent,
	__getmntent_r, and __endmntent macros to use these functions if not
	NOT_IN_libc.
	* misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
	__endmntent.

	* include/math.h: Declare __finite_internal, __finitef_internal, and
	__finitel_internal.  Redefine isfinite macro if in libc or libm using
	these functions.
	* sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
	* sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
	* sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
	* sysdeps/i386/fpu/s_finite.S: Define _internal alias.
	* sysdeps/i386/fpu/s_finitef.S: Likewise.
	* sysdeps/i386/fpu/s_finitel.S: Likewise.
	* sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
	* sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
	* sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
	* sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.

	* include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
	to use this function if not NOT_IN_libc.
	* libio/iofdopen.c (_IO_fcntl): Use INTUSE.
	* sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
	* sysdeps/mach/hurd/fcntl.c: Likewise.
	* sysdeps/unix/sysv/aix/fcntl.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.

	* include/argz.h: Declare __argz_count_internal and
	__argz_stringify_internal.
	* intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
	__argz_stringify.
	* string/argz-count.c: Use INTDEF for __argz_count.
	* string/argz-stringify.c: Use INTDEF for __argz_stringify.

	* include/stdlib.h: Declare __cxa_atexit_internal and define
	__cxa_atexit macro if not NOT_IN_libc.
	* stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
	* dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.

	* assert/assert.c: Use INTDEF for __assert_fail.
	* assert/__assert.c: Use INTUSE for call to __assert_fail.
	* include/assert.h: Declare __assert_fail_internal.
2002-04-09 20:36:24 +00:00
..
bits Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Versions Update. 2000-06-14 00:55:24 +00:00
branred.c Update. 2001-03-12 00:04:52 +00:00
doasin.c Update. 2001-03-12 00:04:52 +00:00
dosincos.c Update. 2001-03-12 00:04:52 +00:00
e_acos.S Update. 1999-07-14 00:54:57 +00:00
e_acosf.S Update. 1999-07-14 00:54:57 +00:00
e_acosh.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
e_acoshf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
e_acoshl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
e_acosl.c Update. 2001-05-06 17:03:45 +00:00
e_asin.S Update. 1999-07-14 00:54:57 +00:00
e_asinf.S Update. 1999-07-14 00:54:57 +00:00
e_atan2.S Update. 1999-07-14 00:54:57 +00:00
e_atan2f.S Update. 1999-07-14 00:54:57 +00:00
e_atan2l.c Update. 2001-05-07 08:39:40 +00:00
e_atanh.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
e_atanhf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
e_atanhl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
e_exp.S Update. 1999-07-14 00:54:57 +00:00
e_exp2.S Update. 2001-02-17 16:54:13 +00:00
e_exp2f.S Update. 2001-02-17 16:54:13 +00:00
e_exp2l.S Update. 2001-02-17 16:54:13 +00:00
e_exp10.S Update. 1999-07-14 00:54:57 +00:00
e_exp10f.S Update. 1999-07-14 00:54:57 +00:00
e_exp10l.S Update. 1999-07-14 00:54:57 +00:00
e_expf.S Update. 1999-07-14 00:54:57 +00:00
e_expl.c Update. 2001-07-16 21:31:43 +00:00
e_fmod.S Update. 1999-07-14 00:54:57 +00:00
e_fmodf.S Update. 1999-07-14 00:54:57 +00:00
e_fmodl.c Update. 2001-05-07 08:39:40 +00:00
e_hypot.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
e_hypotf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
e_log.S Update. 1999-07-14 00:54:57 +00:00
e_log2.S Update. 2001-06-06 12:55:46 +00:00
e_log2f.S Update. 2001-06-06 12:55:46 +00:00
e_log2l.S Update. 2001-06-06 12:55:46 +00:00
e_log10.S Update. 1999-10-24 22:04:52 +00:00
e_log10f.S Update. 1999-10-24 22:04:52 +00:00
e_log10l.S Update. 1999-10-24 22:04:52 +00:00
e_logf.S Update. 1999-07-14 00:54:57 +00:00
e_logl.S Update. 1999-07-14 00:54:57 +00:00
e_pow.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
e_powf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
e_powl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
e_rem_pio2.c Update. 1999-07-14 00:54:57 +00:00
e_rem_pio2f.c Update. 1999-07-14 00:54:57 +00:00
e_rem_pio2l.c Update. 1999-07-14 00:54:57 +00:00
e_remainder.S Update. 1999-07-14 00:54:57 +00:00
e_remainderf.S Update. 1999-07-14 00:54:57 +00:00
e_remainderl.S Update. 1999-07-14 00:54:57 +00:00
e_scalb.S Update. 2001-02-18 19:52:52 +00:00
e_scalbf.S Update. 2001-02-18 19:52:52 +00:00
e_scalbl.S Update. 2001-02-18 19:52:52 +00:00
e_sqrt.S Update. 1999-07-14 00:54:57 +00:00
e_sqrtf.S Update. 1999-07-14 00:54:57 +00:00
e_sqrtl.c Update. 2001-05-06 17:03:45 +00:00
fclrexcpt.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fedisblxcpt.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
feenablxcpt.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fegetenv.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fegetexcept.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fegetround.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
feholdexcpt.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fesetenv.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fesetround.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
feupdateenv.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fgetexcptflg.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fraiseexcpt.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fsetexcptflg.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ftestexcept.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
halfulp.c Update. 2001-03-12 00:04:52 +00:00
k_rem_pio2.c Update. 1999-07-14 00:54:57 +00:00
k_rem_pio2f.c Update. 1999-07-14 00:54:57 +00:00
k_rem_pio2l.c Update. 1999-07-14 00:54:57 +00:00
libm-test-ulps * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests. 2001-08-27 13:55:13 +00:00
mpa.c Update. 2001-03-12 00:04:52 +00:00
mpatan.c Update. 2001-03-12 00:04:52 +00:00
mpatan2.c Update. 2001-03-12 00:04:52 +00:00
mpexp.c Update. 2001-03-12 00:04:52 +00:00
mplog.c Update. 2001-03-12 00:04:52 +00:00
mpsqrt.c Update. 2001-03-12 00:04:52 +00:00
mptan.c Update. 2001-03-12 00:04:52 +00:00
s_asinh.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_asinhf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_asinhl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_atan.S Update. 1999-07-14 00:54:57 +00:00
s_atanf.S Update. 1999-07-14 00:54:57 +00:00
s_atanl.c Update. 2001-05-06 17:03:45 +00:00
s_cbrt.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_cbrtf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_cbrtl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_ceil.S Update. 1999-07-14 00:54:57 +00:00
s_ceilf.S Update. 1999-07-14 00:54:57 +00:00
s_ceill.S Update. 1999-07-14 00:54:57 +00:00
s_cexp.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_cexpf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_cexpl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_copysign.S Update. 1999-07-14 00:54:57 +00:00
s_copysignf.S Update. 1999-07-14 00:54:57 +00:00
s_copysignl.S Update. 1999-07-14 00:54:57 +00:00
s_cos.S Update. 1999-07-14 00:54:57 +00:00
s_cosf.S Update. 2000-02-13 19:40:31 +00:00
s_cosl.S Update. 1999-07-14 00:54:57 +00:00
s_expm1.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_expm1f.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_expm1l.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_fabs.S Update. 2002-04-03 00:36:12 +00:00
s_fabsf.S Update. 2002-04-03 00:36:12 +00:00
s_fabsl.S Update. 2002-04-03 00:36:12 +00:00
s_fdim.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_fdimf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_fdiml.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_finite.S Update. 2002-04-09 20:36:24 +00:00
s_finitef.S Update. 2002-04-09 20:36:24 +00:00
s_finitel.S Update. 2002-04-09 20:36:24 +00:00
s_floor.S Update. 1999-07-14 00:54:57 +00:00
s_floorf.S Update. 1999-07-14 00:54:57 +00:00
s_floorl.S Update. 1999-07-14 00:54:57 +00:00
s_fma.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_fmaf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_fmal.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_fmax.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_fmaxf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_fmaxl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_fmin.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_fminf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_fminl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_fpclassifyl.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_frexp.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_frexpf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_frexpl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_ilogb.S Update. 2001-06-06 12:55:46 +00:00
s_ilogbf.S Update. 2001-06-06 12:55:46 +00:00
s_ilogbl.S Update. 2001-06-06 12:55:46 +00:00
s_isinfl.c Update. 1999-07-14 00:54:57 +00:00
s_isnanl.c Update. 1999-07-14 00:54:57 +00:00
s_llrint.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_llrintf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_llrintl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_log1p.S Update. 1999-10-24 22:04:52 +00:00
s_log1pf.S Update. 1999-10-24 22:04:52 +00:00
s_log1pl.S Update. 1999-10-24 22:04:52 +00:00
s_logb.S Update. 1999-07-14 00:54:57 +00:00
s_logbf.S Update. 1999-07-14 00:54:57 +00:00
s_logbl.c Update. 2001-09-18 14:13:20 +00:00
s_lrint.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_lrintf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_lrintl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_nearbyint.S Update. 2000-02-15 02:00:33 +00:00
s_nearbyintf.S Update. 2000-02-15 02:00:33 +00:00
s_nearbyintl.S Update. 2000-02-15 02:00:33 +00:00
s_nextafterl.c Update. 2001-06-22 15:03:32 +00:00
s_nexttoward.c Update. 2001-06-16 04:34:51 +00:00
s_nexttowardf.c Update. 2001-06-16 04:34:51 +00:00
s_remquo.S * sysdeps/i386/fpu/s_frexp.S: Check bounds. 2000-08-17 07:36:19 +00:00
s_remquof.S * sysdeps/i386/fpu/s_frexp.S: Check bounds. 2000-08-17 07:36:19 +00:00
s_remquol.S * sysdeps/i386/fpu/s_frexp.S: Check bounds. 2000-08-17 07:36:19 +00:00
s_rint.S Update. 1999-07-14 00:54:57 +00:00
s_rintf.S Update. 1999-07-14 00:54:57 +00:00
s_rintl.c Update. 2001-09-18 14:13:20 +00:00
s_scalbln.c Update. 1999-07-14 00:54:57 +00:00
s_scalblnf.c Update. 1999-07-14 00:54:57 +00:00
s_scalblnl.c Update. 1999-07-14 00:54:57 +00:00
s_scalbn.S Update. 1999-07-14 00:54:57 +00:00
s_scalbnf.S Update. 1999-07-14 00:54:57 +00:00
s_scalbnl.S Update. 1999-07-14 00:54:57 +00:00
s_significand.S Update. 1999-07-14 00:54:57 +00:00
s_significandf.S Update. 1999-07-14 00:54:57 +00:00
s_significandl.c Update. 2001-09-18 14:13:20 +00:00
s_sin.S Update. 1999-07-14 00:54:57 +00:00
s_sincos.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_sincosf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_sincosl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_sinf.S Update. 2000-02-13 19:40:31 +00:00
s_sinl.S Update. 1999-07-14 00:54:57 +00:00
s_tan.S Update. 1999-07-14 00:54:57 +00:00
s_tanf.S Update. 2000-02-13 19:40:31 +00:00
s_tanl.S Update. 1999-07-14 00:54:57 +00:00
s_trunc.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_truncf.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
s_truncl.S Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sincos32.c Update. 2001-03-12 00:04:52 +00:00
slowexp.c Update. 2001-03-12 00:04:52 +00:00
slowpow.c Update. 2001-03-12 00:04:52 +00:00
t_exp.c Update. 1999-07-14 00:54:57 +00:00