diff options
author | edlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-06-10 16:27:27 +0000 |
---|---|---|
committer | edlinger <edlinger@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-06-10 16:27:27 +0000 |
commit | 128e257af1643896bd690675ede178b218ef4a54 (patch) | |
tree | b4d0c7205c0bfe58996895d7ee08e749f26bbf4f /gcc/config/arm/arm.h | |
parent | 6385d6d3c4ccff1672bb9e314d3be0caa95a7b8c (diff) | |
download | gcc-128e257af1643896bd690675ede178b218ef4a54.tar.gz |
2016-06-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
* config/arm/arm.h (pool_vector_label,
return_used_this_function): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237313 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/arm/arm.h')
-rw-r--r-- | gcc/config/arm/arm.h | 5 |
1 files changed, 0 insertions, 5 deletions
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); |