From: kazu Date: Fri, 8 Apr 2005 17:12:03 +0000 (+0000) Subject: * function.h (nonlocal_labels): Remove. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d59cd938af0b0761bbd61c503d1fe27a51ea5966;p=thirdparty%2Fgcc.git * function.h (nonlocal_labels): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97839 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 722352929273..e1d9bb0dd295 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -10,6 +10,8 @@ * function.h (function): Remove instrument_entry_exit. (current_function_instrument_entry_exit): Remove. + * function.h (nonlocal_labels): Remove. + 2005-04-08 Ulrich Weigand * config/s390/tpf.h (ASM_SPEC): Define. diff --git a/gcc/function.h b/gcc/function.h index 8217200ff8be..a8ca403decd3 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -473,7 +473,6 @@ extern int trampolines_created; #define used_temp_slots (cfun->x_used_temp_slots) #define avail_temp_slots (cfun->x_avail_temp_slots) #define temp_slot_level (cfun->x_temp_slot_level) -#define nonlocal_labels (cfun->x_nonlocal_labels) #define nonlocal_goto_handler_labels (cfun->x_nonlocal_goto_handler_labels) /* Given a function decl for a containing function,