Remove two duplicate entries in isr_attribute_args ("abort" and "ABORT").
2020-04-29 Christophe Lyon <christophe.l...@linaro.org> PR target/57002 gcc/ * config/arm/arm.c (isr_attribute_args): Remove duplicate entries. --- gcc/config/arm/arm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 30a2a3a..6a6e804 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 }, -- 2.7.4