From 242c13b000c85528a7bc8db97ad9a1bc325ce022 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Thu, 16 Apr 1998 22:57:50 +0000 Subject: except.c (push_eh_entry): Add prototype. * except.c (push_eh_entry): Add prototype. (pop_eh_entry, enqueue_eh_entry, dequeu_eh_entry): Likewise. (call_get_eh_context, start_dynamic_cleanup): Likewise. (start_dynamic_handler, can_throw): Likewise. (output_exception_table_entry, scan_region): Likewise. (eh_regs, set_insn_eh_region): Likewise. Also fix typo in previous dwarfout change. From-SVN: r19249 --- gcc/dwarfout.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/dwarfout.c') diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c index 0f1e62b..8e1f206 100644 --- a/gcc/dwarfout.c +++ b/gcc/dwarfout.c @@ -311,6 +311,7 @@ static char *dwarf_fmt_byte_name PROTO((unsigned)); static char *dwarf_fund_type_name PROTO((unsigned)); static tree decl_ultimate_origin PROTO((tree)); static tree block_ultimate_origin PROTO((tree)); +static tree decl_class_context PROTO((tree)); static void output_unsigned_leb128 PROTO((unsigned long)); static void output_signed_leb128 PROTO((long)); static inline int is_body_block PROTO((tree)); @@ -402,6 +403,7 @@ static void output_reference_type_die PROTO((void *)); static void output_ptr_to_mbr_type_die PROTO((void *)); static void output_compile_unit_die PROTO((void *)); static void output_string_type_die PROTO((void *)); +static void output_inheritance_die PROTO((void *)); static void output_structure_type_die PROTO((void *)); static void output_local_subroutine_die PROTO((void *)); static void output_subroutine_type_die PROTO((void *)); @@ -413,6 +415,7 @@ static void output_die PROTO((void (*) (), void *)); static void end_sibling_chain PROTO((void)); static void output_formal_types PROTO((tree)); static void pend_type PROTO((tree)); +static int type_ok_for_scope PROTO((tree, tree)); static void output_pending_types_for_scope PROTO((tree)); static void output_type PROTO((tree, tree)); static void output_tagged_type_instantiation PROTO((tree)); -- cgit v1.1