public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][AARCH64]Remove unused variable and marco
@ 2014-10-13 14:34 Renlin Li
  2014-10-15 10:21 ` Richard Earnshaw
  0 siblings, 1 reply; 2+ messages in thread
From: Renlin Li @ 2014-10-13 14:34 UTC (permalink / raw)
  To: gcc-patches; +Cc: Marcus Shawcroft, ramana Radhakrishnan

[-- Attachment #1: Type: text/plain, Size: 260 bytes --]

Hi all,

This is a simple patch to remove unused variables and marco.
Is it Okay to commit?

gcc/ChangeLog:

2014-10-13  Renlin Li  <Renlin.Li@arm.com>

     * config/aarch64/aarch64.h (ARM_DEFAULT_PCS, arm_pcs_variant): Delete.

Regards,
Renlin Li

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-remove-unused-ARM_DEFAULT_PCS-marco-and-arm_pcs_vari.patch --]
[-- Type: text/x-patch;  name=0002-remove-unused-ARM_DEFAULT_PCS-marco-and-arm_pcs_vari.patch, Size: 807 bytes --]

From 88b6dc7fccf70c140070fbc5472d9bc1a8590754 Mon Sep 17 00:00:00 2001
From: Renlin Li <renlin.li@arm.com>
Date: Mon, 13 Oct 2014 09:30:57 +0100
Subject: [PATCH 2/6] remove unused ARM_DEFAULT_PCS marco and arm_pcs_variant

---
 gcc/config/aarch64/aarch64.h |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/gcc/config/aarch64/aarch64.h b/gcc/config/aarch64/aarch64.h
index 73b68ee..77f4511 100644
--- a/gcc/config/aarch64/aarch64.h
+++ b/gcc/config/aarch64/aarch64.h
@@ -578,11 +578,7 @@ enum arm_pcs
 };
 
 
-extern enum arm_pcs arm_pcs_variant;
 
-#ifndef ARM_DEFAULT_PCS
-#define ARM_DEFAULT_PCS ARM_PCS_AAPCS64
-#endif
 
 /* We can't use enum machine_mode inside a generator file because it
    hasn't been created yet; we shouldn't be using any code that
-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][AARCH64]Remove unused variable and marco
  2014-10-13 14:34 [PATCH][AARCH64]Remove unused variable and marco Renlin Li
@ 2014-10-15 10:21 ` Richard Earnshaw
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Earnshaw @ 2014-10-15 10:21 UTC (permalink / raw)
  To: Renlin Li, gcc-patches; +Cc: Marcus Shawcroft, Ramana Radhakrishnan

On 13/10/14 15:21, Renlin Li wrote:
> Hi all,
> 
> This is a simple patch to remove unused variables and marco.
> Is it Okay to commit?
> 
> gcc/ChangeLog:
> 
> 2014-10-13  Renlin Li  <Renlin.Li@arm.com>
> 
>      * config/aarch64/aarch64.h (ARM_DEFAULT_PCS, arm_pcs_variant): Delete.
> 

OK.

R.

> Regards,
> Renlin Li
> 
> 
> 0002-remove-unused-ARM_DEFAULT_PCS-marco-and-arm_pcs_vari.patch
> 
> 
> From 88b6dc7fccf70c140070fbc5472d9bc1a8590754 Mon Sep 17 00:00:00 2001
> From: Renlin Li <renlin.li@arm.com>
> Date: Mon, 13 Oct 2014 09:30:57 +0100
> Subject: [PATCH 2/6] remove unused ARM_DEFAULT_PCS marco and arm_pcs_variant
> 
> ---
>  gcc/config/aarch64/aarch64.h |    4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/gcc/config/aarch64/aarch64.h b/gcc/config/aarch64/aarch64.h
> index 73b68ee..77f4511 100644
> --- a/gcc/config/aarch64/aarch64.h
> +++ b/gcc/config/aarch64/aarch64.h
> @@ -578,11 +578,7 @@ enum arm_pcs
>  };
>  
>  
> -extern enum arm_pcs arm_pcs_variant;
>  
> -#ifndef ARM_DEFAULT_PCS
> -#define ARM_DEFAULT_PCS ARM_PCS_AAPCS64
> -#endif
>  
>  /* We can't use enum machine_mode inside a generator file because it
>     hasn't been created yet; we shouldn't be using any code that
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-10-15 10:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-13 14:34 [PATCH][AARCH64]Remove unused variable and marco Renlin Li
2014-10-15 10:21 ` Richard Earnshaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).