aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorEric B. Weddington <eric.weddington@atmel.com>2009-08-01 16:17:23 +0000
committerEric B. Weddington <eric.weddington@atmel.com>2009-08-01 16:17:23 +0000
commit11908008aa9b25d68c32a0b43c7a740c409d0df7 (patch)
tree909dd5cb67758c7e479f7956bd37bbd08c650111 /gas/config
parent73930d4df0af879fabeb718d341333559205f325 (diff)
downloadgdb-11908008aa9b25d68c32a0b43c7a740c409d0df7.zip
gdb-11908008aa9b25d68c32a0b43c7a740c409d0df7.tar.gz
gdb-11908008aa9b25d68c32a0b43c7a740c409d0df7.tar.bz2
/gas:
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.
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-avr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c
index eae2102..8c9f168 100644
--- a/gas/config/tc-avr.c
+++ b/gas/config/tc-avr.c
@@ -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},