/gas:
authorEric B. Weddington <eric.weddington@atmel.com>
Sat, 1 Aug 2009 16:17:23 +0000 (16:17 +0000)
committerEric B. Weddington <eric.weddington@atmel.com>
Sat, 1 Aug 2009 16:17:23 +0000 (16:17 +0000)
2009-08-01  Eric B. Weddington  <eric.weddington@atmel.com>

* config/tc-avr.c (mcu_types): Add atmega8u2, atmega16u2, atmega32u2.
* doc/c-avr.texi: Likewise.

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

index 4d20a127e958fe917e85f91a904d2ff3780a8dfc..6b9c8d2319109279b1dc057cd88594fa62b85f41 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-01  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * config/tc-avr.c (mcu_types): Add atmega8u2, atmega16u2, atmega32u2.
+       * doc/c-avr.texi: Likewise.
+
 2009-07-31  Daniel Gutson  <dgutson@codesourcery.com>
            Daniel Jacobowitz  <dan@codesourcery.com>
 
index eae21024c917aa4e9a589dc6d076cdbf6f14b60f..8c9f1682370105a93211e5bbc5d35a3dc78402dc 100644 (file)
@@ -122,6 +122,9 @@ static struct mcu_type_s mcu_types[] =
   {"attiny327",  AVR_ISA_AVR35,   bfd_mach_avr35},
   {"at90usb82",  AVR_ISA_AVR35,   bfd_mach_avr35},
   {"at90usb162", AVR_ISA_AVR35,   bfd_mach_avr35},
+  {"atmega8u2",  AVR_ISA_AVR35,   bfd_mach_avr35},
+  {"atmega16u2", AVR_ISA_AVR35,   bfd_mach_avr35},
+  {"atmega32u2", AVR_ISA_AVR35,   bfd_mach_avr35},
   {"atmega8",    AVR_ISA_M8,      bfd_mach_avr4},
   {"atmega48",   AVR_ISA_AVR4,    bfd_mach_avr4},
   {"atmega48p",  AVR_ISA_AVR4,    bfd_mach_avr4},
index 0a4fca0db4f060b548ab2bb777cc8b1f957cb59e..6a2e8b11d787df7adcb7a57f1c634236ae891103 100644 (file)
@@ -54,7 +54,8 @@ Instruction set avr31 is for the classic AVR core with exactly 128K program
 memory space (MCU types: atmega103, at43usb320).
 
 Instruction set avr35 is for classic AVR core plus MOVW, CALL, and JMP
-instructions (MCU types: attiny167, attiny327, at90usb82, at90usb162).
+instructions (MCU types: attiny167, attiny327, at90usb82, at90usb162, atmega8u2,
+atmega16u2, atmega32u2).
 
 Instruction set avr4 is for the enhanced AVR core with up to 8K program
 memory space (MCU types: atmega48, atmega48p,atmega8, atmega88, atmega88p,
This page took 0.026307 seconds and 4 git commands to generate.