From 49c249e1c8aecde11d2166d5bfc6789cb3882172 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 20 Aug 1997 20:50:39 -0400 Subject: [multiple changes] Wed Aug 20 17:25:08 1997 Jason Merrill * call.c (is_subseq): Don't try to be clever. Wed Aug 20 03:13:36 1997 H.J. Lu (hjl@gnu.ai.mit.edu) * parse.y, pt.c: Include "except.h". * call.c, class.c, class.h, cp-tree.h, cvt.c, decl.c, decl2.c, error.c, except.c, expr.c, friend.c, g++spec.c, init.c, input.c, lex.c, lex.h, method.c, parse.y, pt.c, repo.c, rtti.c, search.c, sig.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c: Finish prototyping. Wed Aug 20 01:34:40 1997 Jason Merrill * decl2.c (mark_vtable_entries): Instead of replacing pure virtuals with a reference to __pure_virtual, copy the decl and change the RTL. From-SVN: r14868 --- gcc/cp/except.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'gcc/cp/except.c') diff --git a/gcc/cp/except.c b/gcc/cp/except.c index a5d8235..a5849f0 100644 --- a/gcc/cp/except.c +++ b/gcc/cp/except.c @@ -44,6 +44,13 @@ tree builtin_return_address_fndecl; /* Used to cache a call to __builtin_return_address. */ static tree BuiltinReturnAddress; +static void easy_expand_asm PROTO((char *)); +static void push_eh_cleanup PROTO((void)); +static void do_unwind PROTO((rtx)); +static rtx do_function_call PROTO((tree, tree, tree)); +static tree build_eh_type_type PROTO((tree)); +static tree build_eh_type PROTO((tree)); +static void expand_end_eh_spec PROTO((tree)); static void easy_expand_asm (str) @@ -156,9 +163,6 @@ asm (TEXT_SECTION_ASM_OP); ===================================================================== */ -extern rtx emit_insn PROTO((rtx)); -extern rtx gen_nop PROTO(()); - /* local globals for function calls ====================================================================== */ @@ -230,7 +234,6 @@ do_function_call (func, params, return_type) void init_exception_processing () { - extern tree define_function (); tree unexpected_fndecl, terminate_fndecl; tree set_unexpected_fndecl, set_terminate_fndecl; tree catch_match_fndecl; -- cgit v1.1