Oops.
authorMike Stump <mrs@gcc.gnu.org>
Fri, 26 Jul 1996 01:58:29 +0000 (01:58 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 26 Jul 1996 01:58:29 +0000 (01:58 +0000)
From-SVN: r12566

gcc/except.c

index aee437b6170f64c0d3787c8c138d651678b89c7a..b7753e7639d039e7a3fc2fa0b0e3eddfa8fc7c91 100644 (file)
@@ -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;