From 0adca935da063ddcf68e79dd9c01603b19dced4d Mon Sep 17 00:00:00 2001 From: law Date: Thu, 1 Jul 1999 23:52:51 +0000 Subject: [PATCH] =?utf8?q?=EF=BF=BD=20=20=20=20=20=20=20=20=20*=20except.c?= =?utf8?q?:=20Include=20intl.h.=20=20=20=20=20=20=20=20=20(expand=5Feh=5Fr?= =?utf8?q?eturn):=20Set=20current=5Ffunction=5Fcannot=5Finline.=20=20=20?= =?utf8?q?=20=20=20=20=20=20(save=5Feh=5Fstatus,=20restore=5Feh=5Fstatus):?= =?utf8?q?=20Twiddle=20eh=5Freturn=5Fstub=5Flabel.=20=20=20=20=20=20=20=20?= =?utf8?q?=20*=20function.h=20(struct=20function):=20Add=20eh=5Freturn=5Fs?= =?utf8?q?tub=5Flabel.=20=20=20=20=20=20=20=20=20*=20flow.c=20(delete=5Fun?= =?utf8?q?reachable=5Fblocks):=20Don't=20merge=20across=20EH=20edges.=20?= =?utf8?q?=20=20=20=20=20=20=20=20*=20Makefile.in=20(except.o):=20Depend?= =?utf8?q?=20on=20intl.h.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27907 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 -- 2.11.4.GIT