diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2016-06-10 16:27:27 +0000 |
---|---|---|
committer | Bernd Edlinger <edlinger@gcc.gnu.org> | 2016-06-10 16:27:27 +0000 |
commit | a102ee4ba8e347318c65432b26d1220d6eca1329 (patch) | |
tree | b4d0c7205c0bfe58996895d7ee08e749f26bbf4f /gcc/config/arm | |
parent | ad071b2b638eac3038dbd6f12dea7c21fbbfe863 (diff) | |
download | gcc-a102ee4ba8e347318c65432b26d1220d6eca1329.zip gcc-a102ee4ba8e347318c65432b26d1220d6eca1329.tar.gz gcc-a102ee4ba8e347318c65432b26d1220d6eca1329.tar.bz2 |
arm.h (pool_vector_label, [...]): Remove.
2016-06-10 Bernd Edlinger <bernd.edlinger@hotmail.de>
* config/arm/arm.h (pool_vector_label,
return_used_this_function): Remove.
From-SVN: r237313
Diffstat (limited to 'gcc/config/arm')
-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 065e7da..f0cdd66 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); |