Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Matthew Fredette <fredette@netbsd.org>
List: source-changes
Date: 05/18/2001 18:13:05
Module Name:	basesrc
Committed By:	fredette
Date:		Fri May 18 15:13:05 UTC 2001

Modified Files:
	basesrc/lib/libc/arch/m68k/gen: fabs.S negdf2.S negsf2.S

Log Message:
On m68000, all code is compiled softfloat, so functions
that return floats must do so in integer registers, as the
pre-SVR4 ABI code did.  So in these functions we ignore
__SVR4_ABI__ if __HAVE_68881__ is not also set.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/lib/libc/arch/m68k/gen/fabs.S
cvs rdiff -r1.5 -r1.6 basesrc/lib/libc/arch/m68k/gen/negdf2.S \
    basesrc/lib/libc/arch/m68k/gen/negsf2.S

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