Subject: CVS commit: src/lib/libm/arch/i387
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 03/22/2006 20:45:58
Module Name:	src
Committed By:	drochner
Date:		Wed Mar 22 20:45:58 UTC 2006

Modified Files:
	src/lib/libm/arch/i387: Makefile
Added Files:
	src/lib/libm/arch/i387: s_modf.S

Log Message:
merge libc/arch/{i386,x86_64}/gen/modf.S into one
(not quite a merge actually, just an #ifdef for now)
and build it in the i386 case (amd64 should work, just needs to be tested)
That way, a program linking against libm should get the optimized
version as expected.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/lib/libm/arch/i387/Makefile
cvs rdiff -r0 -r1.1 src/lib/libm/arch/i387/s_modf.S

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