__mips_single_float should have
[gcc.git] / gcc / ginclude /
1997-03-04 Jim Wilson__mips_single_float should have
1997-03-02 Richard KennerAdd definition of __va_copy.
1997-01-16 Doug EvansAdd linux support.
1997-01-03 Richard KennerCheck for __VMS__, not VMS.
1996-12-12 Michael MeissnerAdd @plt if -fpic; Fix double->int conversions if stack...
1996-12-12 Richard KennerAdd definitions for VMS; they differ from Unix.
1996-12-11 Jeff Lawmn10300.c: New file for Matsushita MN10300 port.
1996-11-04 Michael MeissnerAllow va-ppc.h to be reincluded
1996-10-28 Richard KennerMake sure file is processed if some of the known __need...
1996-10-22 Ian Lance TaylorFix MIPS EABI when using -mips1 or -msoft-float
1996-10-16 Ian Lance TaylorAdd support for MIPS EABI
1996-10-03 Doug EvansUse #include "", not #include <>.
1996-08-18 Doug Evansstdarg.h: Change __WIN32__ to _WIN32.
1996-08-14 Michael MeissnerFix varargs/stdarg on PowerPC Windows NT
1996-08-12 Richard Kenner(__need_wint_t): Move #undef to right place.
1996-08-08 Jason Merrill(NULL): Use __null for G++.
1996-07-18 Richard KennerUndefine __need_wint_t.
1996-07-08 Jeff Lawstdarg.h: Handle the H8/S.
1996-06-17 Brendan Kehoe* ginclude/stddef.h (wint_t): Don't wrap with #ifndef...
1996-06-05 Ian Lance TaylorFix typo: TYPE_ptrdiff_t to _TYPE_ptrdiff_t.
1996-05-31 Jim Wilson(va_start): Add -mabi=n32 support.
1996-05-17 Richard KennerIf need_wint_t defined, nothing in this file is needed.
1996-04-24 Michael MeissnerAdd Solaris support
1996-03-28 Jeff Law* ginclude/va-h8300.h (va_arg): Don't assume sizeof...
1996-03-07 Jim Wilson(va_start): Change __SH3E___ to __SH3E__.
1996-03-07 Jim WilsonUse va-sh.h.
1996-03-07 Jim WilsonNew file.
1996-02-26 Michael MeissnerChange copyright.
1996-02-20 Doug Evans__sparc_v9__ renamed to __arch64__
1996-01-17 Jeff Law* va-pa.h (__gnuc_va_list): Use a "void *".
1996-01-16 Richard KennerAdd test for SCO Open Server 5.
1996-01-15 Michael Meissnermake exception table work with -mrelocable; fix long...
1995-12-19 Michael MeissnerDo not define register names under Windows NT
1995-11-30 Michael MeissnerPowerPC macros
1995-10-09 Richard Kenner(va_arg): Deal with long longs that would be passed...
1995-10-03 Richard Kenner(va_start...
1995-09-12 Richard Kenner(v9 varargs va_start): Handle __builtin_va_alist being...
1995-09-12 Richard Kenner(__gnuc_va_list): Make char * for NetBSD.
1995-09-12 Richard Kenner(va_arg): Reorganize to avoid BIND_EXPRs of aggregate...
1995-08-31 Richard Kenner(__gnuc_va_list): Make __offset an int.
1995-08-19 Richard KennerDon't define wchar_t if __cplusplus is defined.
1995-08-14 Richard Kenner(va_start): For stdarg, delete separate define for...
1995-08-13 Richard KennerInitial revision
1995-08-13 Richard KennerAdd ppc svr4 calling sequence support.
1995-07-28 Richard KennerChange every occurance of #if __mips>=3 to #ifdef __mips64.
1995-07-18 Richard Kenner(va_arg): Add support for 128 bit long double type.
1995-07-01 Richard Kenner(__va_tsize): Use __extension__ to avoid warning on...
1995-06-16 Richard Kenner(__va_tsize): Round to long long not long.
1995-06-15 Richard KennerDo nothing if compiled as C++.
1995-05-30 Richard KennerUndefine _BSD_XXX_T_ if _GCC_XXX_T is defined on BSD...
1995-04-30 Richard Kenner(va_arg): Don't assume __va_rounded_size (char) has...
1995-04-26 Richard KennerTreat _MACHINE_ANSI_H_ like _ANSI_H_.
1995-04-14 Jason MerrillReorganize va_arg
1995-04-13 Richard KennerClean up code that defines *DEFINED* symbols.
1995-03-23 Doug Evansva-i960.h (varargs va_start): Save g14 explicitly.
1995-03-03 Ian Lance TaylorHandle VxWorks typedef macros
1995-02-25 Jim Wilson(va_end): Expand to a void expression instead of nothing.
1995-02-25 Jim Wilson*** empty log message ***
1995-02-21 Richard KennerTest _SIZE_T_DEFINED and _WCHAR_T_DEFINED.
1995-02-21 Richard KennerTest _VA_LIST_DEFINED macro.
1995-02-21 Richard KennerInitial revision
1995-02-06 Jim Wilson(va_start): Add __builtin_next_arg call.
1995-02-04 Jim Wilson(*): Change __mips==3 to __mips>=3.
1995-01-03 Jim Wilson(va_arg, mips3 case): Use __PTRDIFF_TYPE__ not int...
1994-12-21 Richard Kenner(__va_rounded_size): Delete.
1994-12-21 Ian Lance TaylorAdd comment about last change, in accordance with copyr...
1994-11-17 Richard KennerInclude <machine/ansi.h> on NetBSD.
1994-11-10 Richard Kenner(va_arg): Add cast to void * to suppress warning.
1994-10-20 Jim Wilson(va_start): Use builtin_arts_info instead of builtin_ne...
1994-10-17 Jim Wilson(va_arg): Add little endian mips3 support.
1994-10-07 Doug EvansNetware uses _SIZE_T_DEFINED_, _WCHAR_T_DEFINED_.
1994-09-05 Ian Lance TaylorMake the functions extern inline rather than static...
1994-08-14 Jim Wilson(va_start): Add cast to __gnuc_va_list type.
1994-08-04 Doug Evans(v9 va_start): Pass an arg to __builtin_next_arg.
1994-08-01 Richard KennerHandle _BSD_WCHAR_T_ like _WCHAR_T_, since at least...
1994-07-09 Jim WilsonDelete include of <varargs.h> when not gcc.
1994-07-09 Jim WilsonDelete include of <stdarg.h> when not gcc.
1994-06-15 Doug EvansAdd v9 support.
1994-04-25 Richard KennerRecognize __FreeBSD__.
1994-04-06 Richard KennerAdd ... to set current_function_varargs.
1994-04-06 Richard KennerRound to multiple of sizeof(short) on sysV68.
1994-04-04 Jason Merrill* gstddef.h (wchar_t): Always define as __WCHAR_TYPE__.
1994-03-23 Jim Wilson(va_start): Add call to builtin_next_arg.
1994-03-23 Jim Wilson(va_start): Pass LASTARG as a parameter to
1994-02-11 Doug EvansDon't define _STDARG_H/etc. if not gcc, it may collide...
1994-01-13 Jim WilsonAdd 64 bit support.
1993-12-03 Richard KennerDefine and protect against __STDDEF_H__ for Irix 5.1.
1993-11-15 Richard StallmanTest __bsdi__ like __BSD_NET2__.
1993-10-26 Richard StallmanTreat __PARAGON__ like __SVR4__.
1993-10-26 Richard Stallman[__i860__]: Add to little-endian conditional.
1993-10-13 Richard Kenner(_VA_LIST_): Define.
1993-10-13 Doug EvansFix typo.
1993-10-02 Richard StallmanTest __sequent__ like __BSD_NET2__.
1993-09-28 Jim Wilson(HUGE_VAL): Add #undef before HUGE_VAL
1993-09-20 Doug Evansgstddef.h: Back out change of Sep 15 (handles Sun lossage).
1993-09-19 Richard Kenner(size_t): Acorn RISCiX requires __size_t defined.
1993-09-15 Richard StallmanDelete the conditional that used to semi-avoid interfer...
1993-08-26 Doug EvansInitial revision
1993-08-26 Doug Evansadd h8/300h support
1993-08-06 Richard StallmanTest and define __INT_WCHAR_T_H.
next