This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: builtin_args_info and darwin


On Mon, Jul 01, 2002 at 01:38:31PM -0700, Aldy Hernandez wrote:
> i just noticed these definitions in darwin's /usr/include/va-ppc.h:
> 
> #define __va_gwords             __builtin_args_info (0)
> #define __va_fregno             __builtin_args_info (1)
> #define __va_nargs              __builtin_args_info (2)
> #define __va_orig_nargs         __builtin_args_info (3)
> #define __va_varargs_offset     __builtin_args_info (4)

All of this is obsolete in gcc 3.x.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]