diff options
author | Nelson Chu <nelson.chu@sifive.com> | 2021-04-16 16:48:27 +0800 |
---|---|---|
committer | Nelson Chu <nelson.chu@sifive.com> | 2021-04-16 16:48:27 +0800 |
commit | a21b96dd6661d30b6322a934bacc9c4faa248f29 (patch) | |
tree | 3016dfc02ee93c625b0d7cb9ed82c052e8828bbd /opcodes | |
parent | a8ab20932084328fb48930c028b60a348c6644b3 (diff) | |
download | gdb-a21b96dd6661d30b6322a934bacc9c4faa248f29.zip gdb-a21b96dd6661d30b6322a934bacc9c4faa248f29.tar.gz gdb-a21b96dd6661d30b6322a934bacc9c4faa248f29.tar.bz2 |
Update the ChangeLog, and add the missing entries.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f63eb47..dffc25c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2021-04-16 Lifang Xia <lifang_xia@c-sky.com> + + * riscv-opc.c (riscv_opcodes): New insn alias for addi. Compress + "addi d,CV,z" to "c.mv d,CV". + 2021-04-12 Alan Modra <amodra@gmail.com> * configure.ac (--enable-checking): Add support. |