diff mbox

[ARM] Remove non-existent extern declarations in arm.h

Message ID AM4PR0701MB21628D792422D3A883535EE6E4500@AM4PR0701MB2162.eurprd07.prod.outlook.com
State New
Headers show

Commit Message

Bernd Edlinger June 10, 2016, 3:03 p.m. UTC
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.

Comments

Ramana Radhakrishnan June 10, 2016, 3:07 p.m. UTC | #1
On Fri, Jun 10, 2016 at 4:03 PM, Bernd Edlinger
<bernd.edlinger@hotmail.de> wrote:
> Hi,
>
> this trivial patch removes two unused extern declarations in arm.h.
>
> Boot-strapped and reg-tested on arm-linux-gnueabihf.
>
> OK for trunk?
>

OK.


Thanks,
Ramana
>
> Thanks
> Bernd.
diff mbox

Patch

2016-06-10  Bernd Edlinger  <bernd.edlinger@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);