aboutsummaryrefslogtreecommitdiff
path: root/gcc/bi-reverse.c
AgeCommit message (Collapse)AuthorFilesLines
1998-01-20Makefile.in: Remove all bytecode support.Jeffrey A Law1-61/+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
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9959
1993-10-13Avoid defining NULL; can cause duplicate definition errors.Richard Kenner1-5/+3
From-SVN: r5771
1993-10-12Add missing #include for hconfig.h.Richard Kenner1-0/+1
From-SVN: r5750
1993-09-22Initial revisionJan Brittenson1-0/+61
From-SVN: r5389