aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parent70881657a21de9024d0992ed1c291b24123bb997 (diff)
downloadbinutils-2460c166aeb65cd1664234dfebbd779c77ee2956.zip
binutils-2460c166aeb65cd1664234dfebbd779c77ee2956.tar.gz
binutils-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')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/opcode/avr.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 0b22f18..749e8e9 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-28 Eric B. Weddington <eric.weddington@atmel.com>
+
+ * opcode/avr.h (AVR_ISA_TINY3): Define new opcode set for attiny167.
+
2008-03-24 Ian Lance Taylor <iant@google.com>
* sha1.h: New file, from gnulib.
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)