aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-avr.c
diff options
context:
space:
mode:
authorEric B. Weddington <eric.weddington@atmel.com>2008-03-28 21:51:38 +0000
committerEric B. Weddington <eric.weddington@atmel.com>2008-03-28 21:51:38 +0000
commit2460c166aeb65cd1664234dfebbd779c77ee2956 (patch)
tree829897766407f57ad85af40c3f3619a502c726e0 /gas/config/tc-avr.c
parent70881657a21de9024d0992ed1c291b24123bb997 (diff)
downloadgdb-2460c166aeb65cd1664234dfebbd779c77ee2956.zip
gdb-2460c166aeb65cd1664234dfebbd779c77ee2956.tar.gz
gdb-2460c166aeb65cd1664234dfebbd779c77ee2956.tar.bz2
/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.
Diffstat (limited to 'gas/config/tc-avr.c')
-rw-r--r--gas/config/tc-avr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-avr.c b/gas/config/tc-avr.c
index 49ee893..1ef9edc 100644
--- a/gas/config/tc-avr.c
+++ b/gas/config/tc-avr.c
@@ -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},