aboutsummaryrefslogtreecommitdiff
path: root/gas
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 /gas
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 'gas')
-rw-r--r--gas/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7f424d0..60bf831 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,9 +1,9 @@
2019-08-08 Yoshinori Sato <ysato@users.sourceforge.jp>
- * gas/testsuite/gas/h8300/h8300.exp: Fix movfpe and movtpe tests.
- * gas/testsuite/gas/h8300/misc.s: Likewise.
- * gas/testsuite/gas/h8300/misch.s: Likewise.
- * gas/testsuite/gas/h8300/miscs.s: Likewise.
+ * testsuite/gas/h8300/h8300.exp: Fix movfpe and movtpe tests.
+ * testsuite/gas/h8300/misc.s: Likewise.
+ * testsuite/gas/h8300/misch.s: Likewise.
+ * testsuite/gas/h8300/miscs.s: Likewise.
2019-08-05 Barnaby Wilks <barnaby.wilks@arm.com>