Subject: Re: CVS commit: src/sys/arch/powerpc/include
To: None <matt@netbsd.org>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 09/23/2003 20:32:01
On Tuesday, September 23, 2003, at 07:39  PM, Matt Thomas wrote:

> Log Message:
> Define va_list as __builtin_va_list for GCC 3.x.  Change stdarg macros
> appropriately.  (this is committed from a system run a kernel and 
> userland
> built with these changes).

I still think that there is a subtle ABI issue with this change as-is.  
I understand that your system works.  However, there is a test program 
out there that supposedly fails when compiled with 3.3 but not with our 
2.95.3.  We need to get to the bottom of it.

         -- Jason R. Thorpe <thorpej@wasabisystems.com>