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]

Re: varargs ABI & PPC (problems porting cdrecord to Linux-ppc)


> Date: Tue, 17 Feb 1998 16:55:55 +0100
> From: schilling@fokus.gmd.de (Joerg Schilling)

> It would be nice if GCC could add the va_copy() Solaris varargs enhancement
> in future.

This is in egcs (all released versions) and gcc 2.8.0, and has been
for about a year.

va_copy will probably be part of the new ISO C standard.

In egcs, etc., it might have underscores in front of it (__va_copy).
This is because a previous draft of the new ISO C standard had these.
I'm not sure if it is worth changing it until the standard becomes
final; it might change back :-(.

--
Geoff Keating <Geoff.Keating@anu.edu.au>


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