Subject: CVS commit: src/lib/libm
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/21/2006 18:46:05
Module Name:	src
Committed By:	drochner
Date:		Tue Mar 21 18:46:05 UTC 2006

Modified Files:
	src/lib/libm: Makefile

Log Message:
Build the sun versions of frexp(), ldexp() and modf().
While the versions in libc/gen are prettier to look at, having single
precision versions in libm and double precision versions in libc causes
a lot of confusion, and to favor libm gets us coprocessor support.


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 src/lib/libm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.