From 2aa20a68e742e85a380d874ca4adae6c6444495b Mon Sep 17 00:00:00 2001 From: "Eric B. Weddington" Date: Wed, 23 Jan 2008 17:36:23 +0000 Subject: [PATCH] /gas: 2008-01-23 Eric B. Weddington * config/tc-avr.c (mcu_types): Change opcode set for at86rf401. /include: 2008-01-23 Eric B. Weddington * opcode/avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401. --- include/ChangeLog | 4 ++++ include/opcode/avr.h | 1 + 2 files changed, 5 insertions(+) diff --git a/include/ChangeLog b/include/ChangeLog index 98fea92b9e..9e079f6251 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2008-01-23 Eric B. Weddington + + * opcode/avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401. + 2008-01-03 Eric B. Weddington * opcode/avr.h (AVR_ISA_USB162): Add new opcode set. 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 | \ -- 2.11.0