avr-mcus.def: Correct typo for atxmega256a3bu macro.
authorPitchumani Sivanupandi <pitchumani.s@atmel.com>
Wed, 16 Apr 2014 18:26:30 +0000 (22:26 +0400)
committerDenis Chertykov <denisc@gcc.gnu.org>
Wed, 16 Apr 2014 18:26:30 +0000 (22:26 +0400)
* config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.

From-SVN: r209446

gcc/ChangeLog
gcc/config/avr/avr-mcus.def

index f15c6432194e33e09ec07e9293f57b53170a6137..209b4deca91c56b693d543e72b626ae3e225b15d 100644 (file)
@@ -1,3 +1,7 @@
+2014-04-16  Pitchumani Sivanupandi  <Pitchumani.S@atmel.com>
+
+       * config/avr/avr-mcus.def: Correct typo for atxmega256a3bu macro.
+
 2014-04-16  Eric Botcazou  <ebotcazou@adacore.com>
 
        * tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.
index 3cf2fcd41945c46452b0fccb566c64b40d9ce2f9..483a30321730b9ace88f34b68792b807a07cdb92 100644 (file)
@@ -291,7 +291,7 @@ AVR_MCU ("atxmega192a3",     ARCH_AVRXMEGA6, AVR_ISA_NONE, "__AVR_ATxmega192A3__
 AVR_MCU ("atxmega192d3",     ARCH_AVRXMEGA6, AVR_ISA_NONE, "__AVR_ATxmega192D3__",     0x2000, 4, "x192d3")
 AVR_MCU ("atxmega256a3",     ARCH_AVRXMEGA6, AVR_ISA_NONE, "__AVR_ATxmega256A3__",     0x2000, 5, "x256a3")
 AVR_MCU ("atxmega256a3b",    ARCH_AVRXMEGA6, AVR_ISA_NONE, "__AVR_ATxmega256A3B__",    0x2000, 5, "x256a3b")
-AVR_MCU ("atxmega256a3bu",   ARCH_AVRXMEGA6, AVR_ISA_NONE, "__AVR_ATxmega258A3BU__",   0x2000, 5, "x256a3bu")
+AVR_MCU ("atxmega256a3bu",   ARCH_AVRXMEGA6, AVR_ISA_NONE, "__AVR_ATxmega256A3BU__",   0x2000, 5, "x256a3bu")
 AVR_MCU ("atxmega256d3",     ARCH_AVRXMEGA6, AVR_ISA_NONE, "__AVR_ATxmega256D3__",     0x2000, 5, "x256d3")
 AVR_MCU ("atxmega128a3u",    ARCH_AVRXMEGA6, AVR_ISA_RMW, "__AVR_ATxmega128A3U__",    0x2000, 3, "x128a3u")
 AVR_MCU ("atxmega128b1",     ARCH_AVRXMEGA6, AVR_ISA_RMW,  "__AVR_ATxmega128B1__",     0x2000, 3, "x128b1")