summaryrefslogtreecommitdiff
path: root/gcc/bc-emit.c
Commit message (Expand)AuthorAgeFilesLines
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1994-06-141-2/+2
* Change <gvarargs.h> to <varargs.h>.Jim Wilson1994-03-311-1/+1
* Include <stdarg.h> instead of "gstdarg.h"; similarly for varargs.Richard Kenner1994-03-301-2/+2
* (bc_emit_bytecode): Remove decl of unused variable NPUSHES.Richard Kenner1994-03-251-3/+0
* (bc_seg_write): Don't make unaligned reference to seg->data.Richard Kenner1994-03-141-1/+1
* If __STDC__, include gstdarg and use ANSI form of varargs.Richard Kenner1994-02-101-6/+13
* (class_narrowest_mode, byte_mode, word_mode): AddJim Wilson1994-01-311-3/+3
* Include stdio.h last.Richard Stallman1993-10-131-1/+2
* (dconst[012], dconstm1): Remove redundant definition.Richard Kenner1993-10-051-6/+0
* (bc_emit_bytecode): Cast enum array indices to int.Richard Kenner1993-10-041-3/+3
* (bc_end_function, seg_data): Use bcopy instead of memcpy.Jan Brittenson1993-09-301-3/+2
* Include gvarargs.h, not varargs.h.Richard Stallman1993-09-281-28/+27
* (bc_gen_rtx): Call gen_rtx.Richard Stallman1993-09-271-0/+26
* (bc_gen_rtx): Deleted.Richard Stallman1993-09-231-18/+0
* change bytecode rtx structure references into macrosJan Brittenson1993-09-231-4/+4
* Include bytetypes.h only if __GNUC__.Richard Stallman1993-09-231-4/+6
* Include bytetypes.h.Richard Stallman1993-09-221-3/+9
* make sym_lookup global instead of static.Jan Brittenson1993-09-221-1/+1
* Initial revisionJan Brittenson1993-09-211-0/+978