Subject: CVS commit: src/lib/libc/arch/powerpc/gen
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/02/2004 22:55:19
Module Name: src
Committed By: matt
Date: Fri Apr 2 22:55:19 UTC 2004
Modified Files:
src/lib/libc/arch/powerpc/gen: fpgetmask.c fpgetround.c fpgetsticky.c
fpsetmask.c fpsetround.c fpsetsticky.c
Log Message:
Rather than use magic values, include <powerpc/fpu.h> and use those
definitions to generate the magic bits.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libc/arch/powerpc/gen/fpgetmask.c \
src/lib/libc/arch/powerpc/gen/fpgetround.c \
src/lib/libc/arch/powerpc/gen/fpgetsticky.c \
src/lib/libc/arch/powerpc/gen/fpsetmask.c \
src/lib/libc/arch/powerpc/gen/fpsetround.c \
src/lib/libc/arch/powerpc/gen/fpsetsticky.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.