aboutsummaryrefslogtreecommitdiff
path: root/gcc/bi-opcode.c
AgeCommit message (Collapse)AuthorFilesLines
1998-01-20Makefile.in: Remove all bytecode support.Jeffrey A Law1-89/+0
* Makefile.in: Remove all bytecode support. (OBJS): Make sure last entry is a real object file, not EXTRA_OBJS. * emit-rtl.c: Remove all bytecode support. * expr.c, expr.h function.c, integrate.c: Likewise. * output.h, regclass.c, rtl.h, stmt.c, toplev.c: Likewise. * tree.h, varasm.c: Likewise. * bi-*, bc-*: Delete bytecode related files. Bytecode suppors disappears :-) From-SVN: r17432
1996-08-23Add fancy_abortMichael Meissner1-0/+10
From-SVN: r12669
1996-07-03formatting tweaksMike Stump1-1/+2
From-SVN: r12390
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9959
1994-04-21(main): Don't write overly-long line.Richard Kenner1-3/+3
From-SVN: r7112
1994-02-14(main): Move unused arg ++i out of call to printf.Richard Kenner1-2/+5
From-SVN: r6557
1993-11-13Use FATAL_EXIT_CODE rather than hardcoded 1 for fatal error.Richard Stallman1-1/+4
(main): Flush stdout and and check for errors prior to termination; end with call to exit rather than return from main, as with gen*.c. From-SVN: r6078
1993-10-06Include hconfig.h.Richard Kenner1-0/+1
From-SVN: r5634
1993-09-28(xmalloc): New function.Richard Stallman1-0/+17
From-SVN: r5521
1993-09-21Initial revisionJan Brittenson1-0/+53
From-SVN: r5378