arm: Remove duplicate entries in isr_attribute_args [PR target/57002]
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 29 Apr 2020 09:55:45 +0000 (09:55 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Thu, 30 Apr 2020 08:43:30 +0000 (08:43 +0000)
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.

gcc/ChangeLog
gcc/config/arm/arm.c

index 9de23aaaefaeef0c3d29c5a353da39a74d3d74c0..3769a91999f90ad722f23aad35b2380f0aab467a 100644 (file)
@@ -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.
index 9087e6c2ab4d37101cb6ae0e80270d3ccfa076e7..29f2a0c296708032a39806e968b63b7ae6a89921 100644 (file)
@@ -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 },