diff options
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 853f05c..8c6763e 100644 --- a/gas/config/tc-avr.c +++ b/gas/config/tc-avr.c @@ -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}, |