Subject: CVS commit: src/sys/arch/sh3/include
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 05/21/2006 22:39:04
Module Name:	src
Committed By:	uwe
Date:		Sun May 21 22:39:04 UTC 2006

Modified Files:
	src/sys/arch/sh3/include: stdarg.h varargs.h

Log Message:
New stdarg.h and varargs.h based on arm and i386 versions.

Use __builtin_va_* instead of hand written code in va-sh.h that uses
LHS casts.  Slightly worse code is generated by gcc 3.3.3, but LHS
casts are outlawed in gcc 3.3.6 and gcc 4.

Build-tested on hpcsh (le) and mmeye (be), run-tested on hpcsh.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/sh3/include/stdarg.h
cvs rdiff -r1.6 -r1.7 src/sys/arch/sh3/include/varargs.h

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