avr.c (avr_mcu_types): Move at90usb82 device to 'avr4' architecture.

* config/avr/avr.c (avr_mcu_types): Move at90usb82 device to 'avr4' 
	architecture.

From-SVN: r123273
This commit is contained in:
Anatoly Sokolov 2007-03-28 02:44:34 +04:00 committed by Anatoly Sokolov
parent 0d74c0ee2f
commit 39418b53b8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-03-27 Anatoly Sokolov <aesok@post.ru>
* config/avr/avr.c (avr_mcu_types): Move at90usb82 device to 'avr4'
architecture.
2007-03-27 Janis Johnson <janis187@us.ibm.com>
* configure.ac: Fix assembler test for powerpc*-linux decimal float.

View File

@ -208,7 +208,7 @@ static const struct mcu_type_s avr_mcu_types[] = {
{ "at90pwm1", 4, "__AVR_AT90PWM1__" },
{ "at90pwm2", 4, "__AVR_AT90PWM2__" },
{ "at90pwm3", 4, "__AVR_AT90PWM3__" },
{ "at90usb82", 5, "__AVR_AT90USB82__" },
{ "at90usb82", 4, "__AVR_AT90USB82__" },
/* Enhanced, > 8K. */
{ "avr5", 5, NULL },
{ "atmega16", 5, "__AVR_ATmega16__" },