aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1998-01-20 08:55:07 +0000
committerJeff Law <law@gcc.gnu.org>1998-01-20 01:55:07 -0700
commitb93a436e6b93d31a9523e4b058edc2f1d5d8dc66 (patch)
tree793698c32df0aae899d0ce491ac76885c5a17592 /gcc/expr.h
parent6885fc8771316b46fb26d315118a18c00f4a5f31 (diff)
downloadgcc-b93a436e6b93d31a9523e4b058edc2f1d5d8dc66.zip
gcc-b93a436e6b93d31a9523e4b058edc2f1d5d8dc66.tar.gz
gcc-b93a436e6b93d31a9523e4b058edc2f1d5d8dc66.tar.bz2
Makefile.in: Remove all bytecode support.
* 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
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 62909c3..e818d5a 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -936,19 +936,7 @@ extern rtx (*lang_expand_expr) PROTO ((union tree_node *, rtx,
enum machine_mode,
enum expand_modifier modifier));
-#ifdef TREE_CODE
-/* Build bytecode call descriptor for function SUBR. */
-extern rtx bc_build_calldesc PROTO((tree));
-
-/* Emit a type code to be used by the runtime support in handling
- parameter passing. The type code consists of the machine mode
- plus the minimal alignment shifted left 8 bits. */
-extern tree bc_runtime_type_code PROTO((tree));
-#endif
-
extern void init_all_optabs PROTO ((void));
extern void init_mov_optab PROTO ((void));
-extern void bc_adjust_stack PROTO ((int));
-extern void bc_load_localaddr PROTO ((rtx));
extern void do_jump_by_parts_greater_rtx PROTO ((enum machine_mode, int,
rtx, rtx, rtx, rtx));