diff options
author | Richard Henderson <rth@cygnus.com> | 1999-07-01 17:52:51 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-07-01 17:52:51 -0600 |
commit | 88250fae5a8447b2bd4a715c85543e089f0ed45c (patch) | |
tree | 7375771af2762ee7a73660255d72926dc4b673c7 /gcc | |
parent | c27c54b2449c1bdf56f48757ae97626338a3b12b (diff) | |
download | gcc-88250fae5a8447b2bd4a715c85543e089f0ed45c.zip gcc-88250fae5a8447b2bd4a715c85543e089f0ed45c.tar.gz gcc-88250fae5a8447b2bd4a715c85543e089f0ed45c.tar.bz2 |
except.c: Include intl.h.
�
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b232703..5b94cd0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +Fri Jul 2 00:46:47 1999 Richard Henderson <rth@cygnus.com> + Jeff Law <law@cygnus.com> + + * 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 <edelsohn@gnu.org> * rs6000.md (movdf_hardfloat32): Handle PRE_INC and PRE_DEC the |