diff options
author | Eric Weddington <eric.weddington@atmel.com> | 2011-07-01 17:14:03 +0000 |
---|---|---|
committer | Eric Weddington <eric.weddington@atmel.com> | 2011-07-01 17:14:03 +0000 |
commit | 2d9de442976e5eff49a36b30ce573d4c83643590 (patch) | |
tree | 99a1e80244e6a44284d916af88b1dc6cf3b6c1b5 /include/opcode | |
parent | 0e77c830b6fa7b0dd8c4261f1c6ad0709bb4d14e (diff) | |
download | cygnal-2d9de442976e5eff49a36b30ce573d4c83643590.tar.gz cygnal-2d9de442976e5eff49a36b30ce573d4c83643590.tar.bz2 cygnal-2d9de442976e5eff49a36b30ce573d4c83643590.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/opcode')
-rw-r--r-- | include/opcode/ChangeLog | 5 | ||||
-rw-r--r-- | include/opcode/avr.h | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 71ea157ba..5e30fbcd4 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 cc03c8018..a6d7b478d 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' \ |