From: Mike Stump Date: Fri, 26 Jul 1996 01:58:29 +0000 (+0000) Subject: Oops. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ccbe9ffca8a6f16e5248b693d1f4307604e2ad41;p=gcc.git Oops. From-SVN: r12566 --- 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;