OSDN Git Service

* jump.c (jump_optimize, follow_jumps, mark_jump_label): Disable some
[pf3gnuchains/gcc-fork.git] / gcc / ginclude / va-mips.h
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.
1996-10-22 ianFix MIPS EABI when using -mips1 or -msoft-float
1996-10-16 ianAdd support for MIPS EABI
1996-05-31 wilson(va_start): Add -mabi=n32 support.
1995-08-14 kenner(va_start): For stdarg, delete separate define for...
1995-07-28 kennerChange every occurance of #if __mips>=3 to #ifdef __mips64.
1995-02-25 wilson*** empty log message ***
1995-02-04 wilson(*): Change __mips==3 to __mips>=3.
1995-01-03 wilson(va_arg, mips3 case): Use __PTRDIFF_TYPE__ not int...
1994-10-17 wilson(va_arg): Add little endian mips3 support.
1994-08-14 wilson(va_start): Add cast to __gnuc_va_list type.
1994-03-23 wilson(va_start): Pass LASTARG as a parameter to
1994-01-13 wilsonAdd 64 bit support.
1993-05-16 rms(va_arg) [__MIPSEB__]:
1993-05-10 meissnerUse __alignof__ instead of __alignof.
1992-11-03 rms(va_end): If already def as macro, don't declare.
1992-09-15 rms(va_arg): Cast ptr to void *, then to TYPE *.
1992-09-09 meissnerFix va_arg for structures larger than 8 bytes.
1992-06-26 mycroftentered into RCS
1992-05-26 rms*** empty log message ***
1992-01-30 rms*** empty log message ***
1991-09-12 meissnerInitial revision