Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 05/16/2001 18:41:04
Module Name: syssrc
Committed By: simonb
Date: Wed May 16 15:41:04 UTC 2001
Modified Files:
syssrc/sys/arch/powerpc/include: stdarg.h
Log Message:
If _SOFT_FLOAT is defined, pull floating point va_args from the GPR
area and not the FPR area (by having the double argument type test
always fail).
Fixes problems using <stdarg.h> with -msoft-float.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 syssrc/sys/arch/powerpc/include/stdarg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.