From: Richard Henderson Date: Thu, 1 Jul 1999 23:49:33 +0000 (-0600) Subject: except.c: Include intl.h. X-Git-Tag: prereleases/gcc-2.95-test~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=574c8aea2a17fb8fc273a826868d69d66a7f414a;p=thirdparty%2Fgcc.git 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: r27904 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b11dc330c697..356f6c0bfcc8 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. + 1999-07-01 Mark Kettenis * config/i386/gnu.h (CPP_SPEC): Define __PIC__ and __pic__ if