From 88250fae5a8447b2bd4a715c85543e089f0ed45c Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 1 Jul 1999 17:52:51 -0600 Subject: [PATCH] except.c: Include intl.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * except.c: Include intl.h. (expand_eh_return): Set current_function_cannot_inline. (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label. * function.h (struct function): Add eh_return_stub_label. * flow.c (delete_unreachable_blocks): Don't merge across EH edges. * Makefile.in (except.o): Depend on intl.h. From-SVN: r27907 --- gcc/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b232703b75e..5b94cd092df 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +Fri Jul 2 00:46:47 1999 Richard Henderson + Jeff Law + + * except.c: Include intl.h. + (expand_eh_return): Set current_function_cannot_inline. + (save_eh_status, restore_eh_status): Twiddle eh_return_stub_label. + * function.h (struct function): Add eh_return_stub_label. + * flow.c (delete_unreachable_blocks): Don't merge across EH edges. + * Makefile.in (except.o): Depend on intl.h. + Fri Jul 2 00:04:23 1999 David Edelsohn * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the