aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1997-11-26 02:38:08 -0500
committerJason Merrill <jason@gcc.gnu.org>1997-11-26 02:38:08 -0500
commitf47448072a99ebd168eddf9b7ed627518f5e9470 (patch)
tree8d4e1a5c10256348cc811f75fc11db58eb5753e1 /gcc/libgcc2.c
parentf4f3e8fdf7440699c7f266b399fd8159ee43d223 (diff)
downloadgcc-f47448072a99ebd168eddf9b7ed627518f5e9470.zip
gcc-f47448072a99ebd168eddf9b7ed627518f5e9470.tar.gz
gcc-f47448072a99ebd168eddf9b7ed627518f5e9470.tar.bz2
integrate.c (output_inline_function): Just unset DECL_INLINE.
* integrate.c (output_inline_function): Just unset DECL_INLINE. Tue Nov 25 23:33:29 1997 scott snyder <snyder@d0sgif.fnal.gov> * dwarf2out.c (outout_call_frame_info): Ensure that the info has proper alignment. * libgcc2.c (__throw): Initialize HANDLER. From-SVN: r16724
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r--gcc/libgcc2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index 7fec5cd..53af01b0 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -3526,6 +3526,7 @@ label:
/* Now reset pc to the right throw point. */
pc = __eh_pc;
+ handler = 0;
for (;;)
{
frame_state *p = udata;