aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorYoshinori Sato <ysato@users.sourceforge.jp>2019-08-08 13:59:17 +0100
committerNick Clifton <nickc@redhat.com>2019-08-08 13:59:17 +0100
commit7b1dd701059ead8f3af3c081fc9727b9883a74c3 (patch)
treeaf8f0cbdabb7c2f52f1b1f8a76d82f63b9763ed1 /include/ChangeLog
parent8fb49c3c715190a5753980d0ddef721d816bbc3d (diff)
downloadgdb-7b1dd701059ead8f3af3c081fc9727b9883a74c3.zip
gdb-7b1dd701059ead8f3af3c081fc9727b9883a74c3.tar.gz
gdb-7b1dd701059ead8f3af3c081fc9727b9883a74c3.tar.bz2
Update the handling of shift rotate and load/store multiple instructions in the H8300 assembler.
incldue * opcode/h8300.h (EXPAND_UNOP_EXTENDED_B): Add MODEL. (EXPAND_UNOP_EXTENDED_W): Likewise. (EXPAND_UNOP_EXTENDED_L): Likewise. (struct h8_opcode h8_opcodes): Likewise. (struct h8_opcode h8_opcodes): tas / ldm / stm supported H8S or later.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 9505ace..9d55a1f2 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,6 +1,15 @@
+2019-08-08 Yoshinori Sato <ysato@users.sourceforge.jp>
+
+ * opcode/h8300.h (EXPAND_UNOP_EXTENDED_B): Add MODEL.
+ (EXPAND_UNOP_EXTENDED_W): Likewise.
+ (EXPAND_UNOP_EXTENDED_L): Likewise.
+ (struct h8_opcode h8_opcodes): Likewise.
+ (struct h8_opcode h8_opcodes): tas / ldm / stm supported H8S or
+ later.
+
2019-07-24 Claudiu Zissulescu <claziss@synopsys.com>
- * include/opcode/arc.h (FASTMATH): Add.
+ * opcode/arc.h (FASTMATH): Add.
(SWITCH): Likewise.
2019-07-24 Alan Modra <amodra@gmail.com>