re PR target/47696 ([AVR] Compilation for atmega2560 produces incomplete interrupt...
authorAnatoly Sokolov <aesok@post.ru>
Mon, 14 Feb 2011 15:49:35 +0000 (18:49 +0300)
committerAnatoly Sokolov <aesok@gcc.gnu.org>
Mon, 14 Feb 2011 15:49:35 +0000 (18:49 +0300)
PR target/47696
* config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
description.

From-SVN: r170137

gcc/ChangeLog
gcc/config/avr/avr-devices.c

index a6933212be3d1880b01c385068b2afd5fe643ed7..1562adb51fb83a3921c65d8a54ab9435f54502ff 100644 (file)
@@ -1,3 +1,9 @@
+2011-02-14  Anatoly Sokolov  <aesok@post.ru>
+
+       PR target/47696
+       * config/avr/avr-devices.c (avr_mcu_types): Fix ATmega2560 device
+       description.
+
 2011-02-14  Nathan Froyd  <froydnj@codesourcery.com>
 
        * config/mcore/constraints.md: New file.
index d62d22e42785574801f99cf58e94eb3f57f0d06c..d2884f6b18aac895e8b4325c3e35d5cfddb2feed 100755 (executable)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009, 2010
+/* Copyright (C) 2009, 2010, 2011
    Free Software Foundation, Inc.
    Contributed by Anatoly Sokolov (aesok@post.ru)
 
@@ -214,7 +214,7 @@ const struct mcu_type_s avr_mcu_types[] = {
   { "at90usb1287",          ARCH_AVR51, "__AVR_AT90USB1287__",      0, 0x0100, "usb1286" },
     /* 3-Byte PC.  */
   { "avr6",                 ARCH_AVR6, NULL,                        0, 0x0200, "m2561" },
-  { "atmega2560",           ARCH_AVR6, "__AVR_ATmega2560__",        0, 0x0200, "m2561" },
+  { "atmega2560",           ARCH_AVR6, "__AVR_ATmega2560__",        0, 0x0200, "m2560" },
   { "atmega2561",           ARCH_AVR6, "__AVR_ATmega2561__",        0, 0x0200, "m2561" },
     /* Assembler only.  */
   { "avr1",                 ARCH_AVR1, NULL,                        0, 0x0060, "s1200" },