Hi,

this trivial patch removes two unused extern declarations in arm.h.

Boot-strapped and reg-tested on arm-linux-gnueabihf.

OK for trunk?


Thanks
Bernd.
2016-06-10  Bernd Edlinger  <bernd.edlin...@hotmail.de>

	* config/arm/arm.h (pool_vector_label,
	return_used_this_function): Removed.

Index: gcc/config/arm/arm.h
===================================================================
--- gcc/config/arm/arm.h	(Revision 233176)
+++ gcc/config/arm/arm.h	(Arbeitskopie)
@@ -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);
 

Reply via email to