Re: [PATCH] arm: Remove duplicate entries in isr_attribute_args [PR target/57002]

2020-04-29 Thread Ramana Radhakrishnan via Gcc-patches
On Wed, Apr 29, 2020 at 4:19 PM Christophe Lyon via Gcc-patches wrote: > > Remove two duplicate entries in isr_attribute_args ("abort" and > "ABORT"). > > 2020-04-29 Christophe Lyon > > PR target/57002 > gcc/ > * config/arm/arm.c (isr_attribute_args): Remove duplicate en

[PATCH] arm: Remove duplicate entries in isr_attribute_args [PR target/57002]

2020-04-29 Thread Christophe Lyon via Gcc-patches
Remove two duplicate entries in isr_attribute_args ("abort" and "ABORT"). 2020-04-29 Christophe Lyon 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/gc