From fbd40359903dd76a65dea95c8782cc47f28fbc77 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sat, 20 May 2000 19:45:36 +0000 Subject: top level: * diagnostic.c: Eliminate implicit int. * except.c, gcc.c: Add static prototypes. * final.c (final_end_function): Mark file arg ATTRIBUTE_UNUSED. * gensupport.c (process_rtx): Use XVEC to initialize vector slot of 'split'. * print-rtl.c: If DEBUG_REGISTER_NAMES, define static debug_reg_names instead of static reg_names. If not, define global reg_names. * regclass.c: Don't define global reg_names unless DEBUG_REGISTER_NAMES is defined. * reload1.c (order_regs_for_reload): Remove unused variable. * varasm.c: Include output.h after defaults.h. Define eh_frame_section as function of no args, not of unspecified args. * gcc.c: Constify argbuf; arguments to store_arg, process_command, main; elements of struct command and struct switchstr; local variables in execute, process_command, main. cp: * except.c: Add static prototypes. From-SVN: r34054 --- gcc/except.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/except.c') diff --git a/gcc/except.c b/gcc/except.c index 2926b5a..00816ef 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -470,6 +470,7 @@ static void set_insn_eh_region PARAMS ((rtx *, int)); #ifdef DONT_USE_BUILTIN_SETJMP static void jumpif_rtx PARAMS ((rtx, rtx)); #endif +static void find_exception_handler_labels_1 PARAMS ((rtx)); static void mark_eh_node PARAMS ((struct eh_node *)); static void mark_eh_stack PARAMS ((struct eh_stack *)); static void mark_eh_queue PARAMS ((struct eh_queue *)); @@ -483,7 +484,6 @@ static int find_func_region PARAMS ((int)); static int find_func_region_from_symbol PARAMS ((rtx)); static void clear_function_eh_region PARAMS ((void)); static void process_nestinfo PARAMS ((int, eh_nesting_info *, int *)); - rtx expand_builtin_return_addr PARAMS ((enum built_in_function, int, rtx)); static void emit_cleanup_handler PARAMS ((struct eh_entry *)); static int eh_region_from_symbol PARAMS ((rtx)); -- cgit v1.1