From: Bernd Edlinger Date: Fri, 10 Jun 2016 16:27:27 +0000 (+0000) Subject: arm.h (pool_vector_label, [...]): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a102ee4ba8e347318c65432b26d1220d6eca1329;p=gcc.git arm.h (pool_vector_label, [...]): Remove. 2016-06-10 Bernd Edlinger * config/arm/arm.h (pool_vector_label, return_used_this_function): Remove. From-SVN: r237313 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bd9476ea931..34eb9e543d6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-06-10 Bernd Edlinger + + * config/arm/arm.h (pool_vector_label, + return_used_this_function): Remove. + 2016-06-10 Jeff Law PR tree-optimization/71335 diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 065e7da4bfa..f0cdd669191 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -80,11 +80,6 @@ extern arm_cc arm_current_cc; extern int arm_target_label; extern int arm_ccfsm_state; extern GTY(()) rtx arm_target_insn; -/* The label of the current constant pool. */ -extern rtx pool_vector_label; -/* Set to 1 when a return insn is output, this means that the epilogue - is not needed. */ -extern int return_used_this_function; /* Callback to output language specific object attributes. */ extern void (*arm_lang_output_object_attributes_hook)(void);