except.c: Include intl.h.
authorRichard Henderson <rth@cygnus.com>
Thu, 1 Jul 1999 23:52:51 +0000 (17:52 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 1 Jul 1999 23:52:51 +0000 (17:52 -0600)
commit88250fae5a8447b2bd4a715c85543e089f0ed45c
tree7375771af2762ee7a73660255d72926dc4b673c7
parentc27c54b2449c1bdf56f48757ae97626338a3b12b
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
gcc/ChangeLog