aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-08-20 09:22:28 +0930
committerAlan Modra <amodra@gmail.com>2018-08-20 09:54:20 +0930
commitd203b41ac79b011d63bc1e2467f9c8a81f468eed (patch)
tree6cb2b5608231ae991f4521aa209599df9708b40b /opcodes/ChangeLog
parentba1c4c6fee7e8794481412fd8604462f04b2765f (diff)
downloadgdb-d203b41ac79b011d63bc1e2467f9c8a81f468eed.zip
gdb-d203b41ac79b011d63bc1e2467f9c8a81f468eed.tar.gz
gdb-d203b41ac79b011d63bc1e2467f9c8a81f468eed.tar.bz2
Tidy bit twiddling
* sh-opc.h (MASK): Simplify.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog17
1 files changed, 11 insertions, 6 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 79f52cf..137e34c 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,12 +1,17 @@
-2018-07-28 John Darrington <john@darrington.wattle.id.au>
+2018-08-20 Alan Modra <amodra@gmail.com>
- * s12z-dis.c (bm_decode): Deal with cases where the mode is BM_RESERVED0 or BM_RESERVED1
- * s12z-dis.c (bm_rel_decode): ditto
- * s12z-dis.c (bm_n_bytes): ditto
+ * sh-opc.h (MASK): Simplify.
-2018-07-28 John Darrington <john@darrington.wattle.id.au>
+2018-07-28 John Darrington <john@darrington.wattle.id.au>
- * s12z.h: Delete.
+ * s12z-dis.c (bm_decode): Deal with cases where the mode is
+ BM_RESERVED0 or BM_RESERVED1
+ * s12z-dis.c (bm_rel_decode): ditto
+ * s12z-dis.c (bm_n_bytes): ditto
+
+2018-07-28 John Darrington <john@darrington.wattle.id.au>
+
+ * s12z.h: Delete.
2018-08-14 H.J. Lu <hongjiu.lu@intel.com>