[gcc(refs/vendors/ARM/heads/arm-perf-staging)] arm: Remove duplicate entries in isr_attribute_args [PR target/57002]

Tamar Christina tnfchris@gcc.gnu.org
Fri Jul 17 15:06:07 GMT 2020


https://gcc.gnu.org/g:03afbf335776916724b0608c256495c04a369d2b

commit 03afbf335776916724b0608c256495c04a369d2b
Author: Christophe Lyon <christophe.lyon@linaro.org>
Date:   Wed Apr 29 09:55:45 2020 +0000

    arm: Remove duplicate entries in isr_attribute_args [PR target/57002]
    
    Remove two duplicate entries in isr_attribute_args ("abort" and
    "ABORT").
    
    2020-04-30  Christophe Lyon  <christophe.lyon@linaro.org>
    
            PR target/57002
            gcc/
            * config/arm/arm.c (isr_attribute_args): Remove duplicate entries.

Diff:
---
 gcc/ChangeLog        | 5 +++++
 gcc/config/arm/arm.c | 2 --
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9de23aaaefa..3769a91999f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2020-04-30  Christophe Lyon  <christophe.lyon@linaro.org>
+
+	PR target/57002
+	* config/arm/arm.c (isr_attribute_args): Remove duplicate entries.
+
 2020-04-30  Andreas Krebbel  <krebbel@linux.ibm.com>
 
 	* config/s390/constraints.md ("j>f", "jb4"): New constraints.
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c
index 9087e6c2ab4..29f2a0c2967 100644
--- a/gcc/config/arm/arm.c
+++ b/gcc/config/arm/arm.c
@@ -3925,8 +3925,6 @@ static const isr_attribute_arg isr_attribute_args [] =
   { "fiq",   ARM_FT_FIQ },
   { "ABORT", ARM_FT_ISR },
   { "abort", ARM_FT_ISR },
-  { "ABORT", ARM_FT_ISR },
-  { "abort", ARM_FT_ISR },
   { "UNDEF", ARM_FT_EXCEPTION },
   { "undef", ARM_FT_EXCEPTION },
   { "SWI",   ARM_FT_EXCEPTION },


More information about the Gcc-cvs mailing list