diff options
author | Eric B. Weddington <eric.weddington@atmel.com> | 2008-03-28 21:51:38 +0000 |
---|---|---|
committer | Eric B. Weddington <eric.weddington@atmel.com> | 2008-03-28 21:51:38 +0000 |
commit | 2460c166aeb65cd1664234dfebbd779c77ee2956 (patch) | |
tree | 829897766407f57ad85af40c3f3619a502c726e0 /include/opcode | |
parent | 70881657a21de9024d0992ed1c291b24123bb997 (diff) | |
download | gdb-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 'include/opcode')
-rw-r--r-- | include/opcode/avr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/avr.h b/include/opcode/avr.h index 8038b4f..0093a72 100644 --- a/include/opcode/avr.h +++ b/include/opcode/avr.h @@ -39,6 +39,7 @@ #define AVR_ISA_RF401 (AVR_ISA_2xxx | AVR_ISA_MOVW | AVR_ISA_LPMX) #define AVR_ISA_TINY2 (AVR_ISA_2xxx | AVR_ISA_MOVW | AVR_ISA_LPMX | \ AVR_ISA_SPM | AVR_ISA_BRK) +#define AVR_ISA_TINY3 (AVR_ISA_TINY2 | AVR_ISA_MEGA) #define AVR_ISA_M8 (AVR_ISA_2xxx | AVR_ISA_MUL | AVR_ISA_MOVW | \ AVR_ISA_LPMX | AVR_ISA_SPM) #define AVR_ISA_M603 (AVR_ISA_2xxx | AVR_ISA_MEGA) |