From 1228f0d864ed9d07979b9b936e310ad68467b5be Mon Sep 17 00:00:00 2001 From: mmitchel Date: Thu, 25 Nov 1999 19:21:27 +0000 Subject: * except.h (eh_status): Adjust documentation for x_protect_list. (begin_protect_partials): New function. * except.c (enqueue_eh_entry): Fix formatting. (get_first_handler): Add consistency check. (add_partial_entry): Adjust usage of protect_list. (emit_cleanup_handler): Save and restore ehqueue. (expand_start_all_catch): Add comment. (begin_protect_partials): New function. (end_protect_partials): Adjust usage of protect_list. (init_eh_for_function): Use xcalloc. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30667 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'gcc/ChangeLog') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0576a018a01..040ec3a98a2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +1999-11-25 Mark Mitchell + + * except.h (eh_status): Adjust documentation for x_protect_list. + (begin_protect_partials): New function. + * except.c (enqueue_eh_entry): Fix formatting. + (get_first_handler): Add consistency check. + (add_partial_entry): Adjust usage of protect_list. + (emit_cleanup_handler): Save and restore ehqueue. + (expand_start_all_catch): Add comment. + (begin_protect_partials): New function. + (end_protect_partials): Adjust usage of protect_list. + (init_eh_for_function): Use xcalloc. + 1999-11-25 Kaveh R. Ghazi * c-common.c (check_format_info): Don't call a variadic function -- cgit v1.2.1