summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric B. Weddington <eric.weddington@atmel.com>2011-07-01 17:14:03 +0000
committerEric B. Weddington <eric.weddington@atmel.com>2011-07-01 17:14:03 +0000
commit2dad5a910a51933d37238538bb70991433cb6a7e (patch)
tree43612c3e7a0c534edd553df79bc54dbddd4967a4 /include
parent54aeeb996d6cf0730779c640ce0afced77e632b4 (diff)
downloadppe42-binutils-2dad5a910a51933d37238538bb70991433cb6a7e.tar.gz
ppe42-binutils-2dad5a910a51933d37238538bb70991433cb6a7e.zip
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.
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog5
-rw-r--r--include/opcode/avr.h3
2 files changed, 6 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 71ea157bac..5e30fbcd48 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -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.
diff --git a/include/opcode/avr.h b/include/opcode/avr.h
index cc03c8018a..a6d7b478d6 100644
--- a/include/opcode/avr.h
+++ b/include/opcode/avr.h
@@ -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' \
OpenPOWER on IntegriCloud