diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-17 21:39:21 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-01-17 21:39:21 +0000 |
commit | 0ee78cfa10808db2a202f0007e1b269ca7125c41 (patch) | |
tree | 17dbec7975cc6156dbfa7c8e724e6655da7116c9 /lib/libc/arch/powerpc/gen/Makefile.inc | |
parent | 162d3c0676ceeddfd1fbdd3d9acde8e4cff1ac27 (diff) |
frexp version from m68k, both are IEEE so should be fine.
Ok what other routines are missing at this point I wonder,
Do we have a standards compilance test? If so, it really needs to
be run on this port.
Diffstat (limited to 'lib/libc/arch/powerpc/gen/Makefile.inc')
-rw-r--r-- | lib/libc/arch/powerpc/gen/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/arch/powerpc/gen/Makefile.inc b/lib/libc/arch/powerpc/gen/Makefile.inc index 677172e4494..42c368e74ca 100644 --- a/lib/libc/arch/powerpc/gen/Makefile.inc +++ b/lib/libc/arch/powerpc/gen/Makefile.inc @@ -1,3 +1,3 @@ SRCS+= isinf.c infinity.c setjmp.S sigsetjmp.S flt_rounds.c modf.c -SRCS+= ldexp.c fabs.c +SRCS+= ldexp.c fabs.c frexp.c SRCS+= fp.c |