forked from Imagelibrary/binutils-gdb
/gas:
2008-03-28 Eric B. Weddington <eric.weddington@atmel.com> * config/tc-avr.c (mcu_types): Add attiny167. * doc/c-avr.texi: Likewise. /include: 2008-03-28 Eric B. Weddington <eric.weddington@atmel.com> * opcode/avr.h (AVR_ISA_TINY3): Define new opcode set for attiny167.
This commit is contained in:
@@ -105,6 +105,7 @@ static struct mcu_type_s mcu_types[] =
|
||||
{"at76c711", AVR_ISA_M603, bfd_mach_avr3},
|
||||
{"at90usb82", AVR_ISA_USB162, bfd_mach_avr3},
|
||||
{"at90usb162", AVR_ISA_USB162, bfd_mach_avr3},
|
||||
{"attiny167", AVR_ISA_TINY3, bfd_mach_avr3},
|
||||
{"atmega48", AVR_ISA_PWMx, bfd_mach_avr4},
|
||||
{"atmega48p", AVR_ISA_PWMx, bfd_mach_avr4},
|
||||
{"atmega8", AVR_ISA_M8, bfd_mach_avr4},
|
||||
|
||||
Reference in New Issue
Block a user