aboutsummaryrefslogtreecommitdiff
path: root/gcc/bi-parser.c
AgeCommit message (Collapse)AuthorFilesLines
1998-01-20Makefile.in: Remove all bytecode support.Jeffrey A Law1-980/+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
1997-08-11Initial revisionmisc/cutover-egcs-1Jeff Law1-0/+980
From-SVN: r14764