glibc/sysdeps/m68k/fpu
Roland McGrath 69c85398db Sun Jan 14 17:51:09 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* misc/efgcvt_r.c (ecvt_r): Handle negative values.

	* stdlib/stdlib.h: Replace __CONSTVALUE by attribute.
	* stdlib/abs.c, stdlib/div.c, stdlib/labs.c, stdlib/ldiv.c,
	sysdeps/generic/hypot.c: Remove obsolete __CONSTVALUE.

	* stdio-common/printf_fp.c (__printf_fp): Fix parameter
	declaration.

	* sysdeps/generic/putenv.c (putenv): Fix second argument of
	setenv.

	* sysdeps/ieee754/hypot.c: New file, extracted out of cabs.c.
	* sysdeps/ieee754/cabs.c: Don't define hypot here.

	* sysdeps/ieee754/ieee754.h (union ieee854_long_double): Fix
	definition of ieee_nan alternative.

	* sysdeps/m68k/__longjmp.c, sysdeps/m68k/setjmp.c: Add register
 	prefix spec.

	* sysdeps/m68k/ffs.c (ffs): Fix register constraint.

	* sysdeps/m68k/fpu/__math.h: Include <errno.h>.  Replace obsolete
	__CONSTVALUE by attribute.
	(floor): Round to negative infinity.
	(rint, expm1) [__NO_MATH_INLINES]: Don't define, to avoid type
	clash when compiling source.
	(pow): Handle x == 0 and x < 0.
	(ceil, __isinf, __isnan): Fix register constraints.
	(__isinfl, __isnanl): Added.
	* sysdeps/m68k/fpu/acos.c, sysdeps/m68k/fpu/atan2.c,
	sysdeps/m68k/fpu/fmod.c, sysdeps/m68k/fpu/ldexp.c,
	sysdeps/m68k/fpu/pow.c: Remove obsolete __CONSTVALUE.

	* sysdeps/m68k/bsd-_setjmp.S, sysdeps/m68k/bsd-setjmp.S: Fix
	assembler syntax.

	* sysdeps/unix/bsd/bsd4.4/fchdir.S (fchdir): Take only one
 	argument.

	* sysdeps/unix/bsd/clock.c (timeval_to_clock_t): Fix timeval to
	clock_t conversion.
	(clock): Don't multiply by CLOCKS_PER_SEC.

	* sysdeps/unix/bsd/poll.c (poll): Fix msec to timeval conversion.

	* sysdeps/unix/bsd/sun/m68k/brk.S (brk): Compare with address of
	__end.

	* sysdeps/unix/bsd/sun/m68k/vfork.S: Fix assembler syntax.

	* sysdeps/unix/bsd/ualarm.c (ualarm): Fix timeval calculation.

	* sysdeps/unix/bsd/vax/vfork.S: Remove duplicate label.
1996-01-17 02:02:35 +00:00
..
switch entered into RCS 1992-05-24 05:59:13 +00:00
__math.h Sun Jan 14 17:51:09 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-01-17 02:02:35 +00:00
acos.c Sun Jan 14 17:51:09 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-01-17 02:02:35 +00:00
asin.c entered into RCS 1992-05-01 18:47:39 +00:00
atan2.c Sun Jan 14 17:51:09 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-01-17 02:02:35 +00:00
atan.c entered into RCS 1992-05-01 18:47:39 +00:00
atanh.c entered into RCS 1992-05-01 18:47:39 +00:00
ceil.c entered into RCS 1992-05-01 18:47:39 +00:00
cos.c entered into RCS 1992-05-01 18:47:39 +00:00
cosh.c entered into RCS 1992-05-01 18:47:39 +00:00
drem.c Converted to use weak aliases with macros from libc-symbols.h. 1995-01-21 14:40:39 +00:00
exp.c entered into RCS 1992-05-01 18:47:39 +00:00
expm1.c entered into RCS 1992-05-01 18:47:39 +00:00
fabs.c entered into RCS 1992-05-01 18:47:39 +00:00
fl.h entered into RCS 1992-05-01 18:47:39 +00:00
floor.c entered into RCS 1992-05-01 18:47:39 +00:00
fmod.c Sun Jan 14 17:51:09 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-01-17 02:02:35 +00:00
frexp.c entered into RCS 1992-05-01 18:47:39 +00:00
isinf.c Converted to use weak aliases with macros from libc-symbols.h. 1995-01-21 15:40:54 +00:00
isnan.c Converted to use weak aliases with macros from libc-symbols.h. 1995-01-21 15:40:54 +00:00
ldexp.c Sun Jan 14 17:51:09 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-01-17 02:02:35 +00:00
log1p.c entered into RCS 1992-05-01 18:47:39 +00:00
log10.c entered into RCS 1992-05-01 18:47:39 +00:00
log.c entered into RCS 1992-05-01 18:47:39 +00:00
logb.c Converted to use weak aliases with macros from libc-symbols.h. 1995-01-21 15:40:54 +00:00
Makefile entered into RCS 1991-08-01 22:07:42 +00:00
pow.c Sun Jan 14 17:51:09 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-01-17 02:02:35 +00:00
rint.c Converted to use weak aliases with macros from libc-symbols.h. 1995-01-21 15:40:54 +00:00
sin.c entered into RCS 1992-05-01 18:47:39 +00:00
sinh.c entered into RCS 1992-05-01 18:47:39 +00:00
sqrt.c entered into RCS 1992-05-01 18:47:39 +00:00
tan.c entered into RCS 1992-05-01 18:47:39 +00:00
tanh.c entered into RCS 1992-05-01 18:47:39 +00:00