OSDN Git Service

(do_include): Diagnose #import and #include_next if pedantic and if
[pf3gnuchains/gcc-fork.git] / gcc / bc-emit.c
1996-07-03 mrsformatting tweaks
1996-03-24 kenner(bc_emit_instruction): Add missing va_end call.
1996-03-05 kenner(free): Delete declaration of library function.
1996-03-04 kenner(bc_xstrdup): Delete.
1995-06-15 kennerUpdate FSF address.
1995-05-16 kennerFix typos in comments.
1994-11-04 kenner(bc_emit_bytecode): Add missing cast.
1994-07-29 kenner(bc_sym_write): Change %d to %lu in printf calls.
1994-06-14 kennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-04-01 wilsonChange <gvarargs.h> to <varargs.h>.
1994-03-30 kennerInclude <stdarg.h> instead of "gstdarg.h"; similarly...
1994-03-25 kenner(bc_emit_bytecode): Remove decl of unused variable...
1994-03-14 kenner(bc_seg_write): Don't make unaligned reference to seg...
1994-02-10 kennerIf __STDC__, include gstdarg and use ANSI form of varargs.
1994-01-31 wilson(class_narrowest_mode, byte_mode, word_mode): Add
1993-10-13 rmsInclude stdio.h last.
1993-10-05 kenner(dconst[012], dconstm1): Remove redundant definition.
1993-10-04 kenner(bc_emit_bytecode): Cast enum array indices to int.
1993-09-30 bson(bc_end_function, seg_data): Use bcopy instead of memcpy.
1993-09-28 rmsInclude gvarargs.h, not varargs.h.
1993-09-27 rms(bc_gen_rtx): Call gen_rtx.
1993-09-23 rms(bc_gen_rtx): Deleted.
1993-09-23 bsonchange bytecode rtx structure references into macros
1993-09-23 rmsInclude bytetypes.h only if __GNUC__.
1993-09-22 rmsInclude bytetypes.h.
1993-09-22 bsonmake sym_lookup global instead of static.
1993-09-21 bsonInitial revision