OSDN Git Service

2011-07-01 Eric B. Weddington <eric.weddington@atmel.com>
authoreweddington <eweddington>
Fri, 1 Jul 2011 17:14:03 +0000 (17:14 +0000)
committereweddington <eweddington>
Fri, 1 Jul 2011 17:14:03 +0000 (17:14 +0000)
* avr.h (AVR_ISA_AVR6): Remove AVR_ISA_SPMX as it was actually
a duplicate of AVR_ISA_SPM.

include/opcode/ChangeLog
include/opcode/avr.h

index 71ea157..5e30fbc 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-01  Eric B. Weddington  <eric.weddington@atmel.com>
+
+       * avr.h (AVR_ISA_AVR6): Remove AVR_ISA_SPMX as it was actually
+       a duplicate of AVR_ISA_SPM.
+
 2011-07-01  Nick Clifton  <nickc@redhat.com>
 
        * avr.h (AVR_ISA_AVR6): Fix typo, adding AVR_ISA_SPMX.
index cc03c80..a6d7b47 100644 (file)
@@ -68,8 +68,7 @@
 #define AVR_ISA_AVR6   (AVR_ISA_1200 | AVR_ISA_LPM | AVR_ISA_LPMX | \
                         AVR_ISA_SRAM | AVR_ISA_MEGA | AVR_ISA_MUL | \
                         AVR_ISA_ELPM | AVR_ISA_ELPMX | AVR_ISA_SPM | \
-                        AVR_ISA_SPMX | AVR_ISA_BRK | AVR_ISA_EIND | \
-                        AVR_ISA_MOVW)
+                        AVR_ISA_BRK | AVR_ISA_EIND | AVR_ISA_MOVW)
 
 #define REGISTER_P(x) ((x) == 'r'              \
                       || (x) == 'd'            \