From ccbe9ffca8a6f16e5248b693d1f4307604e2ad41 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Fri, 26 Jul 1996 01:58:29 +0000 Subject: [PATCH] Oops. From-SVN: r12566 --- gcc/except.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/except.c b/gcc/except.c index aee437b6170..b7753e7639d 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -437,6 +437,7 @@ emit_throw () #ifdef JUMP_TO_THROW emit_indirect_jump (throw_libfunc); #else + SYMBOL_REF_USED (throw_libfunc) = 1; emit_library_call (throw_libfunc, 0, VOIDmode, 0); #endif throw_used = 1; -- 2.30.2