This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch,avr] Fix PR57506: Remove duplicate devices from avr-mcus.def
- From: Denis Chertykov <chertykov at gmail dot com>
- To: Georg-Johann Lay <avr at gjlay dot de>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Eric Weddington <eric dot weddington at atmel dot com>
- Date: Wed, 10 Jul 2013 16:19:37 +0400
- Subject: Re: [patch,avr] Fix PR57506: Remove duplicate devices from avr-mcus.def
- References: <51DD5065 dot 7030608 at gjlay dot de>
2013/7/10 Georg-Johann Lay <avr@gjlay.de>:
> Several devices are duplicate in avr-mcus.def.
>
> This patch removes the duplicate versions and adds a sanity check to
> gen-avr-mmcu-texi.c.
>
> Ok to apply?
>
> Johann
>
> PR target/57506
> * config/avr/avr-mcus.def (atmega16hva, atmega16hva2, atmega16hvb)
> (atmega16m1, atmega16u4, atmega32a, atmega32c1, atmega32hvb)
> (atmega32m1, atmega32u4, atmega32u6, atmega64c1, atmega64m1):
> Remove duplicate devices.
> * config/avr/gen-avr-mmcu-texi.c (print_mcus): Fail on duplicate MCUs.
> * config/avr/t-multilib: Regenerate.
> * config/avr/avr-tables.opt: Regenerate.
> * doc/avr-mmcu.texi: Regenerate.
Please commit.
Denis.