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: 3.3 branch: varargs documentation is bogus


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>


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