aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
authorEric B. Weddington <eric.weddington@atmel.com>2008-01-23 17:36:23 +0000
committerEric B. Weddington <eric.weddington@atmel.com>2008-01-23 17:36:23 +0000
commit2b1ed17bea76bc848e0b134feb16e7549b0a5767 (patch)
tree62bf2a7d2e34cb85f6bd603ce3dcc75ac0b2c89b /include/opcode
parentf9dd0b02e897f9e362bbd853ee2f2777a5404ab5 (diff)
downloadgdb-2b1ed17bea76bc848e0b134feb16e7549b0a5767.zip
gdb-2b1ed17bea76bc848e0b134feb16e7549b0a5767.tar.gz
gdb-2b1ed17bea76bc848e0b134feb16e7549b0a5767.tar.bz2
/gas:
2008-01-23 Eric B. Weddington <eric.weddington@atmel.com> * config/tc-avr.c (mcu_types): Change opcode set for at86rf401. /include: 2008-01-23 Eric B. Weddington <eric.weddington@atmel.com> * opcode/avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401.
Diffstat (limited to 'include/opcode')
-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 50a41a0..7f7ee0c 100644
--- a/include/opcode/avr.h
+++ b/include/opcode/avr.h
@@ -34,6 +34,7 @@
#define AVR_ISA_TINY1 (AVR_ISA_1200 | AVR_ISA_LPM)
#define AVR_ISA_PWMx (AVR_ISA_M8 | AVR_ISA_BRK)
#define AVR_ISA_2xxx (AVR_ISA_TINY1 | AVR_ISA_SRAM)
+#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_M8 (AVR_ISA_2xxx | AVR_ISA_MUL | AVR_ISA_MOVW | \