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)


Geoffrey KEATING <geoffk@discus.anu.edu.au> writes:

> 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 :-(.

The __va_copy name should remain in place and once we have a ISO C 9x
ready compiler and an appropriate preprocessor macro we can define
va_copy based on __va_copy easily when in c9x mode.

-- Uli
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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