Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Weddington <eric.weddington@atmel.com>2008-03-29 00:51:38 +0300
committerEric Weddington <eric.weddington@atmel.com>2008-03-29 00:51:38 +0300
commit07e2a8f3768a13eb9a28d06054ffc89d00703c16 (patch)
treeb8b1c34e27f58748b9254dd0eae15687cfc0551d /include/opcode/avr.h
parent31390e4ca643782a365c9fba0a1ca188c9bb854e (diff)
/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/avr.h')
-rw-r--r--include/opcode/avr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/avr.h b/include/opcode/avr.h
index 8038b4f7f..0093a726a 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)