Date: Thu, 12 Feb 2004 01:11:06 -0800 (PST) From: Peter Grehan <grehan@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/powerpc/gen Makefile.inc fabs.S flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c Message-ID: <200402120911.i1C9B6b3014319@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
grehan 2004/02/12 01:11:06 PST FreeBSD src repository Modified files: lib/libc/powerpc/gen Makefile.inc Added files: lib/libc/powerpc/gen fabs.S flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c Log: Add forgotten IEEE functions. The Perl 5.8 port now compiles. Submitted by: Suleiman Souhlal <refugee@segfaulted.com> Obtained from: NetBSD Revision Changes Path 1.2 +3 -2 src/lib/libc/powerpc/gen/Makefile.inc 1.1 +35 -0 src/lib/libc/powerpc/gen/fabs.S (new) 1.1 +54 -0 src/lib/libc/powerpc/gen/flt_rounds.c (new) 1.1 +53 -0 src/lib/libc/powerpc/gen/fpgetmask.c (new) 1.1 +53 -0 src/lib/libc/powerpc/gen/fpgetround.c (new) 1.1 +59 -0 src/lib/libc/powerpc/gen/fpgetsticky.c (new) 1.1 +57 -0 src/lib/libc/powerpc/gen/fpsetmask.c (new) 1.1 +57 -0 src/lib/libc/powerpc/gen/fpsetround.c (new) 1.1 +57 -0 src/lib/libc/powerpc/gen/fpsetsticky.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402120911.i1C9B6b3014319>