avr.c (avr_mcu_types): Move at90usb82 device to 'avr4' architecture.
authorAnatoly Sokolov <aesok@post.ru>
Tue, 27 Mar 2007 22:44:34 +0000 (02:44 +0400)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Tue, 27 Mar 2007 22:44:34 +0000 (02:44 +0400)
* config/avr/avr.c (avr_mcu_types): Move at90usb82 device to 'avr4'
architecture.

From-SVN: r123273

gcc/ChangeLog
gcc/config/avr/avr.c

index 96c8e27bc5d265258afa74ca3b529b131ff7ba50..add07bc3e6afa60cbacd181b4eccf85a728a477a 100644 (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.
index 652c4bb79e851e2a9e805633d7e73286614afbe1..91f6884d0e74a61efcb2d3b8d32e82d14754aa17 100644 (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__" },