summaryrefslogtreecommitdiffstats
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-09 07:07:41 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-09 07:07:41 +0000
commit2c8daaf1492b5be85b73fdf3dfd9841fd7569358 (patch)
treea7da2e093783d85c65b07fb9ce3252698327f53b /gcc/expr.h
parentb0652a4fd40b566f64e958d207d438e422093bb5 (diff)
downloadppe42-gcc-2c8daaf1492b5be85b73fdf3dfd9841fd7569358.tar.gz
ppe42-gcc-2c8daaf1492b5be85b73fdf3dfd9841fd7569358.zip
* combine.c (SUBST): Break out to a real function do_SUBST.
(SUBST_INT): Likewise. * gcse.c (free_pre_mem): Free `temp_bitmap'. (pre_insert): Free `inserted'. * loop.c (basic_induction_var): Always set `location'. * function.c (expand_function_end): Add initial_trampoline as a root. * rtl.h (init_varasm_once): Declare. * toplev.c (compile_file): Call it. * ggc-simple.c (ggc_mark_string_ptr): New. (ggc_add_string_root): New. (ggc_collect): Disable collection avoidance temporarily. * ggc.h (ggc_add_string_root): Declare. * except.c (create_rethrow_ref): Use ggc_alloc_string. * optabs.c (init_libfuncs): Likewise. * varasm.c (named_section): Use ggc_alloc_string. (make_function_rtl): Likewise. (make_decl_rtl): Likewise. (assemble_static_space): Likewise. (assemble_trampoline_template): Likewise. (output_constant_def): Likewise. (force_const_mem): Likewise. (mark_const_hash_entry): New. (mark_pool_sym_hash_table): New. (mark_varasm_state): Use it. (init_varasm_once): New. * expr.h (init_one_libfunc): Declare. * optabs.c (init_one_libfunc): New. (init_optabs): Use it. * config/gofast.h: Likewise. * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Likewise. * config/sparc/sparc.h (INIT_TARGET_OPTABS): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29226 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index cea80725e3a..26c53cf8dbc 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -828,6 +828,9 @@ extern void expand_float PROTO((rtx, rtx, int));
/* Generate code for a FIX_EXPR. */
extern void expand_fix PROTO((rtx, rtx, int));
+/* Call this to initialize an optab function entry. */
+extern rtx init_one_libfunc PROTO ((const char *));
+
/* Call this once to initialize the contents of the optabs
appropriately for the current target machine. */
extern void init_optabs PROTO((void));
OpenPOWER on IntegriCloud