OSDN Git Service

(do_include): Diagnose #import and #include_next if pedantic and if
[pf3gnuchains/gcc-fork.git] / gcc / ginclude /
1997-04-07 djeAdd m32r support.
1997-04-02 lawInitial revision
1997-04-02 law * ginclude/stdarg.h: Include va-mn10300.h.
1997-03-26 kenner(__va_copy): New definition.
1997-03-24 djeInitial revision
1997-03-24 gavin(va_arg): For little endian, eabi, objects
1997-03-04 wilson__mips_single_float should have
1997-03-02 kennerAdd definition of __va_copy.
1997-01-16 djeAdd linux support.
1997-01-03 kennerCheck for __VMS__, not VMS.
1996-12-12 meissnerAdd @plt if -fpic; Fix double->int conversions if stack...
1996-12-12 kennerAdd definitions for VMS; they differ from Unix.
1996-12-11 law * mn10300/mn10300.c: New file for Matsushita...
1996-11-04 meissnerAllow va-ppc.h to be reincluded
1996-10-28 kennerMake sure file is processed if some of the known __need...
1996-10-22 ianFix MIPS EABI when using -mips1 or -msoft-float
1996-10-16 ianAdd support for MIPS EABI
1996-10-03 djeUse #include "", not #include <>.
1996-08-18 dje * ginclude/stdarg.h: Change __WIN32__ to _WIN32.
1996-08-14 meissnerFix varargs/stdarg on PowerPC Windows NT
1996-08-12 kenner(__need_wint_t): Move #undef to right place.
1996-08-08 merrill(NULL): Use __null for G++.
1996-07-18 kennerUndefine __need_wint_t.
1996-07-08 law * ginclude/stdarg.h: Handle the H8/S.
1996-06-17 brendan* ginclude/stddef.h (wint_t): Don't wrap with #ifndef...
1996-06-05 ianFix typo: TYPE_ptrdiff_t to _TYPE_ptrdiff_t.
1996-05-31 wilson(va_start): Add -mabi=n32 support.
1996-05-17 kennerIf need_wint_t defined, nothing in this file is needed.
1996-04-24 meissnerAdd Solaris support
1996-03-28 law* ginclude/va-h8300.h (va_arg): Don't assume sizeof...
1996-03-07 wilson(va_start): Change __SH3E___ to __SH3E__.
1996-03-07 wilsonUse va-sh.h.
1996-03-07 wilsonNew file.
1996-02-26 meissnerChange copyright.
1996-02-20 dje__sparc_v9__ renamed to __arch64__
1996-01-17 law * va-pa.h (__gnuc_va_list): Use a "void *".
1996-01-16 kennerAdd test for SCO Open Server 5.
1996-01-15 meissnermake exception table work with -mrelocable; fix long...
1995-12-19 meissnerDo not define register names under Windows NT
1995-11-30 meissnerPowerPC macros
1995-10-09 kenner(va_arg): Deal with long longs that would be passed...
1995-10-03 kenner(va_start, stdarg case): Call __builtin_next_arg, and...
1995-09-12 kenner(v9 varargs va_start): Handle __builtin_va_alist being...
1995-09-12 kenner(__gnuc_va_list): Make char * for NetBSD.
1995-09-12 kenner(va_arg): Reorganize to avoid BIND_EXPRs of aggregate...
1995-08-31 kenner(__gnuc_va_list): Make __offset an int.
1995-08-19 kennerDon't define wchar_t if __cplusplus is defined.
1995-08-14 kenner(va_start): For stdarg, delete separate define for...
1995-08-13 kennerInitial revision
1995-08-13 kennerAdd ppc svr4 calling sequence support.
1995-07-28 kennerChange every occurance of #if __mips>=3 to #ifdef __mips64.
1995-07-18 kenner(va_arg): Add support for 128 bit long double type.
1995-07-01 kenner(__va_tsize): Use __extension__ to avoid warning on...
1995-06-16 kenner(__va_tsize): Round to long long not long.
1995-06-15 kennerDo nothing if compiled as C++.
1995-05-30 kennerUndefine _BSD_XXX_T_ if _GCC_XXX_T is defined on BSD...
1995-04-30 kenner(va_arg): Don't assume __va_rounded_size (char) has...
1995-04-26 kennerTreat _MACHINE_ANSI_H_ like _ANSI_H_.
1995-04-14 merrillReorganize va_arg
1995-04-13 kennerClean up code that defines *DEFINED* symbols.
1995-03-23 dje * ginclude/va-i960.h (varargs va_start): Save g14...
1995-03-03 ianHandle VxWorks typedef macros
1995-02-25 wilson(va_end): Expand to a void expression instead of nothing.
1995-02-25 wilson*** empty log message ***
1995-02-21 kennerTest _SIZE_T_DEFINED and _WCHAR_T_DEFINED.
1995-02-21 kennerTest _VA_LIST_DEFINED macro.
1995-02-21 kennerInitial revision
1995-02-06 wilson(va_start): Add __builtin_next_arg call.
1995-02-04 wilson(*): Change __mips==3 to __mips>=3.
1995-01-03 wilson(va_arg, mips3 case): Use __PTRDIFF_TYPE__ not int...
1994-12-21 kenner(__va_rounded_size): Delete.
1994-12-21 ianAdd comment about last change, in accordance with copyr...
1994-11-17 kennerInclude <machine/ansi.h> on NetBSD.
1994-11-10 kenner(va_arg): Add cast to void * to suppress warning.
1994-10-20 wilson(va_start): Use builtin_arts_info instead of builtin_ne...
1994-10-17 wilson(va_arg): Add little endian mips3 support.
1994-10-07 djeNetware uses _SIZE_T_DEFINED_, _WCHAR_T_DEFINED_.
1994-09-05 ianMake the functions extern inline rather than static...
1994-08-14 wilson(va_start): Add cast to __gnuc_va_list type.
1994-08-04 dje(v9 va_start): Pass an arg to __builtin_next_arg.
1994-08-01 kennerHandle _BSD_WCHAR_T_ like _WCHAR_T_, since at least...
1994-07-09 wilsonDelete include of <varargs.h> when not gcc.
1994-07-09 wilsonDelete include of <stdarg.h> when not gcc.
1994-06-15 djeAdd v9 support.
1994-04-25 kennerRecognize __FreeBSD__.
1994-04-06 kennerAdd ... to set current_function_varargs.
1994-04-06 kennerRound to multiple of sizeof(short) on sysV68.
1994-04-04 merrill * gstddef.h (wchar_t): Always define as __WCHAR...
1994-03-23 wilson(va_start): Add call to builtin_next_arg.
1994-03-23 wilson(va_start): Pass LASTARG as a parameter to
1994-02-11 djeDon't define _STDARG_H/etc. if not gcc, it may collide...
1994-01-13 wilsonAdd 64 bit support.
1993-12-03 kennerDefine and protect against __STDDEF_H__ for Irix 5.1.
1993-11-15 rmsTest __bsdi__ like __BSD_NET2__.
1993-10-26 rmsTreat __PARAGON__ like __SVR4__.
1993-10-26 rms[__i860__]: Add to little-endian conditional.
1993-10-13 kenner(_VA_LIST_): Define.
1993-10-13 djeFix typo.
1993-10-02 rmsTest __sequent__ like __BSD_NET2__.
1993-09-28 wilson(HUGE_VAL): Add #undef before HUGE_VAL
next