except.c: Include intl.h.
authorRichard Henderson <rth@cygnus.com>
Thu, 1 Jul 1999 23:53:00 +0000 (17:53 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 1 Jul 1999 23:53:00 +0000 (17:53 -0600)
commit9a2cab6e2bf1f6c2762c7d86939bd4a1477e0c3c
tree8a7ea865676f972ee21a083b697db5d4a550669d
parent2b12ffe08d94504c2dc796d087a29452b8b9b979
except.c: Include intl.h.

X
        * 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: r27909
gcc/Makefile.in
gcc/flow.c
gcc/function.h