Commit df696025 by Kazu Hirata Committed by Kazu Hirata

* function.h (nonlocal_labels): Remove.

From-SVN: r97839
parent bdad3e2d
...@@ -10,6 +10,8 @@ ...@@ -10,6 +10,8 @@
* function.h (function): Remove instrument_entry_exit. * function.h (function): Remove instrument_entry_exit.
(current_function_instrument_entry_exit): Remove. (current_function_instrument_entry_exit): Remove.
* function.h (nonlocal_labels): Remove.
2005-04-08 Ulrich Weigand <uweigand@de.ibm.com> 2005-04-08 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/tpf.h (ASM_SPEC): Define. * config/s390/tpf.h (ASM_SPEC): Define.
......
...@@ -473,7 +473,6 @@ extern int trampolines_created; ...@@ -473,7 +473,6 @@ extern int trampolines_created;
#define used_temp_slots (cfun->x_used_temp_slots) #define used_temp_slots (cfun->x_used_temp_slots)
#define avail_temp_slots (cfun->x_avail_temp_slots) #define avail_temp_slots (cfun->x_avail_temp_slots)
#define temp_slot_level (cfun->x_temp_slot_level) #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) #define nonlocal_goto_handler_labels (cfun->x_nonlocal_goto_handler_labels)
/* Given a function decl for a containing function, /* Given a function decl for a containing function,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment