aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2011-07-01 16:11:27 +0000
committerNick Clifton <nickc@redhat.com>2011-07-01 16:11:27 +0000
commit5d73b1f18fc65bc905549c25db448bbcc6914c1c (patch)
treedcf60cf964ab44ec468a5b98ce633642fb00adad /include/opcode
parent8adf5d7047abefaa5a11a72aeb1e58718c2230eb (diff)
downloadgdb-5d73b1f18fc65bc905549c25db448bbcc6914c1c.zip
gdb-5d73b1f18fc65bc905549c25db448bbcc6914c1c.tar.gz
gdb-5d73b1f18fc65bc905549c25db448bbcc6914c1c.tar.bz2
PR binutils/12329
* avr-dis.c (avr_operand): Fix disassembly of ELPM, LPM and SPM insns using post-increment addressing. * avr.h (AVR_ISA_AVR6): Fix typo, adding AVR_ISA_SPMX.
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/avr.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 5474c85..71ea157 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-01 Nick Clifton <nickc@redhat.com>
+
+ * avr.h (AVR_ISA_AVR6): Fix typo, adding AVR_ISA_SPMX.
+
2011-06-18 Robin Getz <robin.getz@analog.com>
* bfin.h (is_macmod_signed): New func
diff --git a/include/opcode/avr.h b/include/opcode/avr.h
index c754234..cc03c80 100644
--- a/include/opcode/avr.h
+++ b/include/opcode/avr.h
@@ -68,7 +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_SPM | AVR_ISA_BRK | AVR_ISA_EIND | \
+ AVR_ISA_SPMX | AVR_ISA_BRK | AVR_ISA_EIND | \
AVR_ISA_MOVW)
#define REGISTER_P(x) ((x) == 'r' \