This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: builtin_args_info and darwin
- From: Richard Henderson <rth at redhat dot com>
- To: Aldy Hernandez <aldyh at redhat dot com>
- Cc: shebs at apple dot com, gcc at gcc dot gnu dot org
- Date: Tue, 2 Jul 2002 13:03:40 -0700
- Subject: Re: builtin_args_info and darwin
- References: <20020701203831.GA23446@redhat.com>
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~