/gas:
authorEric B. Weddington <eric.weddington@atmel.com>
Wed, 25 Jun 2008 16:19:11 +0000 (16:19 +0000)
committerEric B. Weddington <eric.weddington@atmel.com>
Wed, 25 Jun 2008 16:19:11 +0000 (16:19 +0000)
2008-06-24  Eric B. Weddington  <eric.weddington@atmel.com>

Add support for ATtiny13A.
* config/tc-avr.c (mcu_types): Add attiny13a.
* doc/c-avr.texi: Likewise.

gas/ChangeLog
gas/config/tc-avr.c
gas/doc/c-avr.texi

index ef7819d..8644c79 100644 (file)
@@ -1,3 +1,9 @@
+2008-06-24  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       Add support for ATtiny13A.
+       * config/tc-avr.c (mcu_types): Add attiny13a.
+       * doc/c-avr.texi: Likewise.
+
 2008-06-24  Bob Wilson  <bob.wilson@acm.org>
            Alan Modra  <amodra@bigpond.net.au>
 
index b10b911..d502219 100644 (file)
@@ -86,6 +86,7 @@ static struct mcu_type_s mcu_types[] =
   {"at90c8534",  AVR_ISA_2xxx,    bfd_mach_avr2},
   {"at86rf401",  AVR_ISA_RF401,   bfd_mach_avr2},
   {"attiny13",   AVR_ISA_TINY2,   bfd_mach_avr2},
+  {"attiny13a",  AVR_ISA_TINY2,   bfd_mach_avr2},
   {"attiny2313", AVR_ISA_TINY2,   bfd_mach_avr2},
   {"attiny261",  AVR_ISA_TINY2,   bfd_mach_avr2},
   {"attiny461",  AVR_ISA_TINY2,   bfd_mach_avr2},
index 4be8ff5..b46ac21 100644 (file)
@@ -39,7 +39,7 @@ attiny11, attiny12, attiny15, attiny28).
 Instruction set avr2 (default) is for the classic AVR core with up to
 8K program memory space (MCU types: at90s2313, at90s2323, attiny22,
 attiny26, at90s2333, at90s2343, at90s4414, at90s4433, at90s4434,
-at90s8515, at90c8534, at90s8535, at86rf401, attiny13, attiny2313,
+at90s8515, at90c8534, at90s8535, at86rf401, attiny13, attiny13a, attiny2313,
 attiny261, attiny461, attiny861, attiny24, attiny44, attiny84, attiny25,
 attiny45, attiny85, attiny43u, attiny48, attiny88).