/gas:
authorEric B. Weddington <eric.weddington@atmel.com>
Wed, 23 Jan 2008 17:36:23 +0000 (17:36 +0000)
committerEric B. Weddington <eric.weddington@atmel.com>
Wed, 23 Jan 2008 17:36:23 +0000 (17:36 +0000)
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.

gas/ChangeLog
gas/config/tc-avr.c
include/ChangeLog
include/opcode/avr.h

index dc7c744..2d61c1d 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-23  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * config/tc-avr.c (mcu_types): Change opcode set for at86rf401.
+
 2008-01-23  H.J. Lu  <hongjiu.lu@intel.com>
 
        * config/tc-i386.c (md_show_usage): Show more processors for
index 0beec90..1e6f7e6 100644 (file)
@@ -84,7 +84,7 @@ static struct mcu_type_s mcu_types[] =
   {"at90s8515",  AVR_ISA_2xxx,    bfd_mach_avr2},
   {"at90s8535",  AVR_ISA_2xxx,    bfd_mach_avr2},
   {"at90c8534",  AVR_ISA_2xxx,    bfd_mach_avr2},
-  {"at86rf401",  AVR_ISA_2xxx,    bfd_mach_avr2},
+  {"at86rf401",  AVR_ISA_RF401,   bfd_mach_avr2},
   {"attiny13",   AVR_ISA_TINY2,   bfd_mach_avr2},
   {"attiny2313", AVR_ISA_TINY2,   bfd_mach_avr2},
   {"attiny261",  AVR_ISA_TINY2,   bfd_mach_avr2},
index 98fea92..9e079f6 100644 (file)
@@ -1,3 +1,7 @@
+2008-01-23  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * opcode/avr.h (AVR_ISA_RF401): Add new opcode set for at86rf401.
+
 2008-01-03  Eric B. Weddington  <eric.weddington@atmel.com>
 
        * opcode/avr.h (AVR_ISA_USB162): Add new opcode set.
index 50a41a0..7f7ee0c 100644 (file)
@@ -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 | \