aboutsummaryrefslogtreecommitdiff
path: root/gcc/ginclude
AgeCommit message (Expand)Author
1998-09-19 * ginclude/varargs.h: Add support for C4x target.Michael Hayes
1998-09-19 * README.C4X: New file with information about the c4x ports.Michael Hayes
1998-09-18 * toplev.c (rest_of_compilation): Set bct_p on second call toDavid Edelsohn
1998-09-03 * ginclude/va-alpha.h: Protect entire second portion of theRichard Henderson
1998-08-01 * ginclude/va-alpha.h (va_list): Use a typedef, not a define.Richard Henderson
1998-05-30 * Makefile.in (USER_H): Add stdbool.h.Jeffrey A Law
1998-04-28Patch from Shigeya Suzuki to fix BSD/OS 3.1 build failure.Jim Wilson
1998-04-02Patch from vmakarov to avoid warnings with -Wall.Vladimir N. Makarov
1998-03-01 * ginclude/va-ppc.h (va_arg): Fix typo in long long support.Jeffrey A Law
1998-02-20Patch from Michael Tiemann to fix typo.Michael Tiemann
1998-02-16 * ginclude/va-mips.h: Replace casts of pointers to int withGavin Koch
1997-12-16 * ginclude/stdarg.h: Undo BeOS changes, they break hpux.Jeffrey A Law
1997-12-12cvs commit ChangeLog config.sub configure configure.in toplev.cFred Fish
1997-12-08Delete bogus file from gcc-2.8 tarball.Jeffrey A Law
1997-12-06Initial revisionJeffrey A Law
1997-11-08Sync SH port with FSF; enable regmove for SH.J"orn Rennecke
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeffrey A Law
1997-10-17Rewrite v9 support.Doug Evans
1997-09-09 Add port done awhile ago for the ARC cpu.Jeffrey A Law
1997-09-05 * v850: New directory for v850 port.Jeffrey A Law
1997-09-04Fix minor bugs found by riscos build attempt.Jim Wilson
1997-06-23 * varargs.h, stdarg.h: Include va-mn10200.h.Jeff Law
1997-06-23Initial revisionJeff Law
1997-06-22Protect va_list definition from SCO headers.Richard Kenner
1997-04-07Add m32r support.Doug Evans
1997-04-02Initial revisionJeff Law
1997-04-02 * ginclude/stdarg.h: Include va-mn10300.h.Jeff Law
1997-03-26(__va_copy): New definition.Richard Kenner
1997-03-24Initial revisionDoug Evans
1997-03-24(va_arg): For little endian, eabi, objectsGavin Koch
1997-03-04__mips_single_float should haveJim Wilson
1997-03-02Add definition of __va_copy.Richard Kenner
1997-01-16Add linux support.Doug Evans
1997-01-03Check for __VMS__, not VMS.Richard Kenner
1996-12-12Add @plt if -fpic; Fix double->int conversions if stack > 32k; Redo t-* files...Michael Meissner
1996-12-12Add definitions for VMS; they differ from Unix.Richard Kenner
1996-12-11 * mn10300/mn10300.c: New file for Matsushita MN10300 port.Jeff Law
1996-11-04Allow va-ppc.h to be reincludedMichael Meissner
1996-10-28Make sure file is processed if some of the known __need_* macros isRichard Kenner
1996-10-22Fix MIPS EABI when using -mips1 or -msoft-floatIan Lance Taylor
1996-10-16Add support for MIPS EABIIan Lance Taylor
1996-10-03Use #include "", not #include <>.Doug Evans
1996-08-18 * ginclude/stdarg.h: Change __WIN32__ to _WIN32.Doug Evans
1996-08-14Fix varargs/stdarg on PowerPC Windows NTMichael Meissner
1996-08-12(__need_wint_t): Move #undef to right place.Richard Kenner
1996-08-08(NULL): Use __null for G++.Jason Merrill
1996-07-18Undefine __need_wint_t.Richard Kenner
1996-07-08 * ginclude/stdarg.h: Handle the H8/S.Jeffrey A Law
1996-06-17* ginclude/stddef.h (wint_t): Don't wrap with #ifndef __cplusplus.Brendan Kehoe
1996-06-05Fix typo: TYPE_ptrdiff_t to _TYPE_ptrdiff_t.Ian Lance Taylor