diff options
author | Nick Clifton <nickc@redhat.com> | 2008-03-27 14:52:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-03-27 14:52:35 +0000 |
commit | 38de72b9a0ea41e8436c0dfc546017a20108386d (patch) | |
tree | 96e1519631d17f5ac54af545c0fc30d3bb6cc699 /gas/config/tc-avr.c | |
parent | c779bab85b1a11bd137cc9eb492aad0c6f586462 (diff) | |
download | fsf-binutils-gdb-38de72b9a0ea41e8436c0dfc546017a20108386d.zip fsf-binutils-gdb-38de72b9a0ea41e8436c0dfc546017a20108386d.tar.gz fsf-binutils-gdb-38de72b9a0ea41e8436c0dfc546017a20108386d.tar.bz2 |
* config/tc-avr.c (mcu_types): Add atmega32m1.
* doc/c-avr.texi: Likewise.
Diffstat (limited to 'gas/config/tc-avr.c')
-rw-r--r-- | gas/config/tc-avr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c index 678160d..2783372 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -161,6 +161,7 @@ static struct mcu_type_s mcu_types[] = {"at90can128", AVR_ISA_M128, bfd_mach_avr5}, {"at90pwm216", AVR_ISA_M323, bfd_mach_avr5}, {"at90pwm316", AVR_ISA_M323, bfd_mach_avr5}, + {"atmega32m1", AVR_ISA_M323, bfd_mach_avr5}, {"at90usb646", AVR_ISA_M323, bfd_mach_avr5}, {"at90usb647", AVR_ISA_M323, bfd_mach_avr5}, {"at90usb1286",AVR_ISA_M128, bfd_mach_avr5}, |