Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-08-11 | (__need_wint_t): Move #undef to right place. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r12613 | |||||
1996-08-08 | (NULL): Use __null for G++. | Jason Merrill | 1 | -0/+4 | |
From-SVN: r12601 | |||||
1996-07-18 | Undefine __need_wint_t. | Richard Kenner | 1 | -0/+1 | |
From-SVN: r12518 | |||||
1996-07-08 | stdarg.h: Handle the H8/S. | Jeff Law | 2 | -2/+2 | |
* ginclude/stdarg.h: Handle the H8/S. * ginclude/varargs.h: Likewise. From-SVN: r12409 | |||||
1996-06-17 | * ginclude/stddef.h (wint_t): Don't wrap with #ifndef __cplusplus. | Brendan Kehoe | 1 | -2/+0 | |
From-SVN: r12288 | |||||
1996-06-05 | Fix typo: TYPE_ptrdiff_t to _TYPE_ptrdiff_t. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r12166 | |||||
1996-05-31 | (va_start): Add -mabi=n32 support. | Jim Wilson | 1 | -1/+1 | |
From-SVN: r12136 | |||||
1996-05-17 | If need_wint_t defined, nothing in this file is needed. | Richard Kenner | 1 | -1/+15 | |
(_WINT_T, __WINT__TYPE__, wint_t): Define under certain circumstances. From-SVN: r11977 | |||||
1996-04-24 | Add Solaris support | Michael Meissner | 1 | -13/+27 | |
From-SVN: r11875 | |||||
1996-03-28 | * ginclude/va-h8300.h (va_arg): Don't assume sizeof (int) == 4. | Jeff Law | 1 | -3/+3 | |
From-SVN: r11626 | |||||
1996-03-07 | (va_start): Change __SH3E___ to __SH3E__. | Jim Wilson | 1 | -9/+46 | |
(va_arg): Add little-endian SH3E support. Fix big-endian version to work for arguments smaller than the word size. From-SVN: r11492 | |||||
1996-03-06 | Use va-sh.h. | Jim Wilson | 2 | -0/+8 | |
From-SVN: r11485 | |||||
1996-03-06 | New file. | Jim Wilson | 1 | -0/+183 | |
From-SVN: r11484 | |||||
1996-02-26 | Change copyright. | Michael Meissner | 1 | -15/+1 | |
From-SVN: r11347 | |||||
1996-02-20 | __sparc_v9__ renamed to __arch64__ | Doug Evans | 1 | -9/+9 | |
From-SVN: r11324 | |||||
1996-01-17 | * va-pa.h (__gnuc_va_list): Use a "void *". | Jeff Law | 1 | -1/+1 | |
From-SVN: r11035 | |||||
1996-01-15 | Add test for SCO Open Server 5. | Richard Kenner | 2 | -4/+4 | |
From-SVN: r11012 | |||||
1996-01-15 | make exception table work with -mrelocable; fix long long ++/--; Make long ↵ | Michael Meissner | 1 | -1/+12 | |
longs passed correctly in V.4 From-SVN: r10978 | |||||
1995-12-19 | Do not define register names under Windows NT | Michael Meissner | 1 | -0/+6 | |
From-SVN: r10816 | |||||
1995-11-30 | PowerPC macros | Michael Meissner | 1 | -0/+136 | |
From-SVN: r10645 | |||||
1995-10-09 | (va_arg): Deal with long longs that would be passed in the 7th | Richard Kenner | 1 | -0/+10 | |
register, and are passed in the stack instead. From-SVN: r10436 | |||||
1995-10-03 | (va_start... | Richard Kenner | 1 | -1/+4 | |
(va_start, stdarg case): Call __builtin_next_arg, and ignore the result, so that the compiler can report the proper error, if the second argument is not the last argument. From-SVN: r10424 | |||||
1995-09-12 | (v9 varargs va_start): Handle __builtin_va_alist being stack argument. | Richard Kenner | 1 | -1/+2 | |
From-SVN: r10345 | |||||
1995-09-12 | (__gnuc_va_list): Make char * for NetBSD. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r10323 | |||||
1995-09-12 | (va_arg): Reorganize to avoid BIND_EXPRs of aggregate or array type. | Richard Kenner | 1 | -3/+3 | |
From-SVN: r10322 | |||||
1995-08-31 | (__gnuc_va_list): Make __offset an int. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r10299 | |||||
1995-08-19 | Don't define wchar_t if __cplusplus is defined. | Richard Kenner | 1 | -0/+2 | |
From-SVN: r10246 | |||||
1995-08-13 | (va_start): For stdarg, delete separate define for 64 bit ABI. | Richard Kenner | 1 | -11/+4 | |
(va_start): For stdarg, delete separate define for 64 bit ABI. For varargs, don't subtract 64, and only add -8 when all argument registers are used. From-SVN: r10230 | |||||
1995-08-13 | Initial revision | Richard Kenner | 1 | -0/+131 | |
From-SVN: r10214 | |||||
1995-08-13 | Add ppc svr4 calling sequence support. | Richard Kenner | 2 | -0/+8 | |
From-SVN: r10213 | |||||
1995-07-28 | Change every occurance of #if __mips>=3 to #ifdef __mips64. | Richard Kenner | 1 | -6/+6 | |
From-SVN: r10179 | |||||
1995-07-18 | (va_arg): Add support for 128 bit long double type. | Richard Kenner | 1 | -1/+3 | |
From-SVN: r10147 | |||||
1995-07-01 | (__va_tsize): Use __extension__ to avoid warning on use of `long | Richard Kenner | 1 | -2/+2 | |
long'. From-SVN: r10096 | |||||
1995-06-16 | (__va_tsize): Round to long long not long. | Richard Kenner | 1 | -1/+2 | |
From-SVN: r9996 | |||||
1995-06-14 | Do nothing if compiled as C++. | Richard Kenner | 1 | -0/+2 | |
From-SVN: r9955 | |||||
1995-05-30 | Undefine _BSD_XXX_T_ if _GCC_XXX_T is defined on BSD Net/2 derived | Richard Kenner | 1 | -1/+4 | |
systems. From-SVN: r9843 | |||||
1995-04-30 | (va_arg): Don't assume __va_rounded_size (char) has the value of 4. | Richard Kenner | 2 | -6/+6 | |
From-SVN: r9550 | |||||
1995-04-26 | Treat _MACHINE_ANSI_H_ like _ANSI_H_. | Richard Kenner | 1 | -3/+4 | |
From-SVN: r9490 | |||||
1995-04-14 | Reorganize va_arg | Jason Merrill | 5 | -23/+22 | |
From-SVN: r9387 | |||||
1995-04-13 | Clean up code that defines *DEFINED* symbols. | Richard Kenner | 2 | -15/+29 | |
From-SVN: r9376 | |||||
1995-03-23 | va-i960.h (varargs va_start): Save g14 explicitly. | Doug Evans | 1 | -1/+4 | |
* ginclude/va-i960.h (varargs va_start): Save g14 explicitly. Account for arguments preceding va_alist. From-SVN: r9227 | |||||
1995-03-03 | Handle VxWorks typedef macros | Ian Lance Taylor | 1 | -0/+19 | |
From-SVN: r9121 | |||||
1995-02-24 | (va_end): Expand to a void expression instead of nothing. | Jim Wilson | 12 | -12/+12 | |
From-SVN: r9074 | |||||
1995-02-24 | *** empty log message *** | Jim Wilson | 1 | -1/+1 | |
From-SVN: r9073 | |||||
1995-02-21 | Test _SIZE_T_DEFINED and _WCHAR_T_DEFINED. | Richard Kenner | 1 | -0/+6 | |
From-SVN: r9015 | |||||
1995-02-21 | Test _VA_LIST_DEFINED macro. | Richard Kenner | 2 | -0/+8 | |
From-SVN: r9014 | |||||
1995-02-21 | Initial revision | Richard Kenner | 1 | -0/+13 | |
From-SVN: r8987 | |||||
1995-02-06 | (va_start): Add __builtin_next_arg call. | Jim Wilson | 1 | -1/+4 | |
From-SVN: r8877 | |||||
1995-02-04 | (*): Change __mips==3 to __mips>=3. | Jim Wilson | 1 | -6/+25 | |
(sgidefs.h): Include if _MIPS_SIM is defined. (va_start): Add support for 64 bit ABI. From-SVN: r8860 | |||||
1995-01-03 | (va_arg, mips3 case): Use __PTRDIFF_TYPE__ not int in casts. | Jim Wilson | 1 | -2/+2 | |
From-SVN: r8716 |