diff options
| author | Eric B. Weddington <eric.weddington@atmel.com> | 2008-01-23 17:36:23 +0000 |
|---|---|---|
| committer | Eric B. Weddington <eric.weddington@atmel.com> | 2008-01-23 17:36:23 +0000 |
| commit | 2b1ed17bea76bc848e0b134feb16e7549b0a5767 (patch) | |
| tree | 62bf2a7d2e34cb85f6bd603ce3dcc75ac0b2c89b /include/opcode/avr.h | |
| parent | f9dd0b02e897f9e362bbd853ee2f2777a5404ab5 (diff) | |
| download | ppe42-binutils-2b1ed17bea76bc848e0b134feb16e7549b0a5767.tar.gz ppe42-binutils-2b1ed17bea76bc848e0b134feb16e7549b0a5767.zip | |
/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/avr.h')
| -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 50a41a0f77..7f7ee0c35a 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 | \ |

