diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-02-01 15:12:31 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-02-01 15:12:31 +0000 |
commit | 1b0c2756f2ed59c98af0244f8e4bc953aa86d9d5 (patch) | |
tree | 5f0e1cf4c46cc06d7847c4dc9c5161018e757400 /lib/libc/arch/m88k/gen/Makefile.inc | |
parent | 7f1209ff29fd072e2f8d1f49392e63d47962736b (diff) |
Replace broken frexp() with a working one from FreeBSD. There's
no need to have a copy for each platform with ieee floating point,
only vax needs a special version (which probably has similar bugs).
OK and with help from otto@
Diffstat (limited to 'lib/libc/arch/m88k/gen/Makefile.inc')
-rw-r--r-- | lib/libc/arch/m88k/gen/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/m88k/gen/Makefile.inc b/lib/libc/arch/m88k/gen/Makefile.inc index a21dd5d2966..254cfe01b04 100644 --- a/lib/libc/arch/m88k/gen/Makefile.inc +++ b/lib/libc/arch/m88k/gen/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.3 2003/05/02 19:20:26 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2005/02/01 15:12:29 millert Exp $ # $NetBSD: Makefile.inc,v 1.3 1995/04/10 21:09:06 jtc Exp $ -#SRCS+= _setjmp.S fabs.S frexp.c infinity.c isinf.c isnan.c ldexp.c modf.S +#SRCS+= _setjmp.S fabs.S infinity.c isinf.c isnan.c ldexp.c modf.S #SRCS+= flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c \ # fpsetround.c fpsetsticky.c #SRCS+= fixunsdfsi.S mul.S umul.S saveregs.S setjmp.S sigsetjmp.S |