]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2007-11-07 Eric B. Weddington <eweddington@cso.atmel.com>
authorEric B. Weddington <eric.weddington@atmel.com>
Wed, 7 Nov 2007 17:59:05 +0000 (17:59 +0000)
committerEric B. Weddington <eric.weddington@atmel.com>
Wed, 7 Nov 2007 17:59:05 +0000 (17:59 +0000)
* config/tc-avr.c (mcu_types): Add ATtiny88 device.
* doc/c-avr.texi: Likewise.

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

index 9f4df4af957eb7b12ca3aeb4f1c84807361b38ab..f96c662e79066de0ba1bdcb2c0c6d0e01170ad09 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-07  Eric B. Weddington  <eweddington@cso.atmel.com>
+
+       * config/tc-avr.c (mcu_types): Add ATtiny88 device.
+       * doc/c-avr.texi: Likewise.
+
 2007-11-07  Anatoly Sokolov <aesok@post.ru>
 
        * config/tc-avr.c (mcu_types): Add new devices: ATmega48P, ATmega88P,
index 853f05cfa4de6b76a286f16dc9d992ad91ca5d79..8c6763e2bb5fef22c11c5e0b071bedc63889d824 100644 (file)
@@ -98,6 +98,7 @@ static struct mcu_type_s mcu_types[] =
   {"attiny85",   AVR_ISA_TINY2,   bfd_mach_avr2},
   {"attiny43u",  AVR_ISA_TINY2,   bfd_mach_avr2},
   {"attiny48",   AVR_ISA_TINY2,   bfd_mach_avr2},
+  {"attiny88",   AVR_ISA_TINY2,   bfd_mach_avr2},
   {"atmega103",  AVR_ISA_M103,    bfd_mach_avr3},
   {"at43usb320", AVR_ISA_M103,    bfd_mach_avr3},
   {"at43usb355", AVR_ISA_M603,    bfd_mach_avr3},
index fce1122b0acf76594f63c38610fc4b2d72eb526e..b8b97815978dfa58738de54dcac497e109f157c3 100644 (file)
@@ -41,7 +41,7 @@ Instruction set avr2 (default) is for the classic AVR core with up to
 attiny26, at90s2333, at90s2343, at90s4414, at90s4433, at90s4434,
 at90s8515, at90c8534, at90s8535, at86rf401, attiny13, attiny2313,
 attiny261, attiny461, attiny861, attiny24, attiny44, attiny84, attiny25,
-attiny45, attiny85, attiny43u, attiny48).
+attiny45, attiny85, attiny43u, attiny48, attiny88).
 
 Instruction set avr3 is for the classic AVR core with up to 128K program
 memory space (MCU types: atmega103, at43usb320, at43usb355, at76c711).