projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26657dc
)
Oops.
author
Mike Stump
<mrs@gcc.gnu.org>
Fri, 26 Jul 1996 01:58:29 +0000
(
01:58
+0000)
committer
Mike Stump
<mrs@gcc.gnu.org>
Fri, 26 Jul 1996 01:58:29 +0000
(
01:58
+0000)
From-SVN: r12566
gcc/except.c
patch
|
blob
|
history
diff --git
a/gcc/except.c
b/gcc/except.c
index aee437b6170f64c0d3787c8c138d651678b89c7a..b7753e7639d039e7a3fc2fa0b0e3eddfa8fc7c91 100644
(file)
--- 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;