aboutsummaryrefslogtreecommitdiff
path: root/cpu/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-10-22 00:03:13 +0000
committerDJ Delorie <dj@redhat.com>2005-10-22 00:03:13 +0000
commita1a280bb84485d80f95e2efc1d02e962e0529652 (patch)
tree6db9a30adee700edad61c6d00e5a25fa4c78e4ee /cpu/ChangeLog
parenta0ffed4b33b81898ff3f7c57b0fc136da6fc92cf (diff)
downloadgdb-a1a280bb84485d80f95e2efc1d02e962e0529652.zip
gdb-a1a280bb84485d80f95e2efc1d02e962e0529652.tar.gz
gdb-a1a280bb84485d80f95e2efc1d02e962e0529652.tar.bz2
[cpu]
* m32c.cpu (lde, ste): Add dsp[a0] and [a1a] addressing. (indexb, indexbd, indexbs, indexw, indexwd, indexws, indexl, indexld, indexls): .w variants have `1' bit. (rot32.b): QI, not SI. (rot32.w): HI, not SI. (xchg16): HI for .w variant. [opcodes] * m32c-asm.c: Regenerate. * m32c-desc.c: Regenerate. * m32c-desc.h: Regenerate. * m32c-dis.c: Regenerate. * m32c-ibld.c: Regenerate. * m32c-opc.c: Regenerate. * m32c-opc.h: Regenerate.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r--cpu/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index 0d8f21d..6ea2b0e 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -1,3 +1,12 @@
+2005-10-21 DJ Delorie <dj@redhat.com>
+
+ * m32c.cpu (lde, ste): Add dsp[a0] and [a1a] addressing.
+ (indexb, indexbd, indexbs, indexw, indexwd, indexws, indexl,
+ indexld, indexls): .w variants have `1' bit.
+ (rot32.b): QI, not SI.
+ (rot32.w): HI, not SI.
+ (xchg16): HI for .w variant.
+
2005-10-19 Nick Clifton <nickc@redhat.com>
* m32r.opc (parse_slo16): Fix bad application of previous patch.