This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.3 branch: varargs documentation is bogus
- From: Geoff Keating <geoffk at geoffk dot org>
- To: espie at nerim dot net
- Cc: gcc at gcc dot gnu dot org
- Date: 04 Jan 2004 11:40:06 -0800
- Subject: Re: 3.3 branch: varargs documentation is bogus
- References: <20040104181234.GA15826@tetto.gentiane.org>
Marc Espie <espie@nerim.net> writes:
> tm.texi says:
>
> >GCC comes with an implementation of @code{<varargs.h>} and
> >@code{<stdarg.h>} that work without change on machines that pass arguments
> >on the stack. Other machines require their own implementations of
> >varargs, and the two machine independent header files must have
> >conditionals to include it.
>
> When did the implementation change ?
You can find answers to questions like these by using the 'cvs
annotate' and 'cvs log' commands. It looks like this paragraph hasn't
been right since 1999.
--
- Geoffrey Keating <geoffk@geoffk.org>