]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Update the ChangeLog, and add the missing entries.
authorNelson Chu <nelson.chu@sifive.com>
Fri, 16 Apr 2021 08:48:27 +0000 (16:48 +0800)
committerNelson Chu <nelson.chu@sifive.com>
Fri, 16 Apr 2021 08:48:27 +0000 (16:48 +0800)
gas/ChangeLog
opcodes/ChangeLog

index 10127ccb03b331c103fb6f3280f86431d5ccffba..ed25af6ac45ac017a4009d5cca0165cfd29b20e1 100644 (file)
@@ -1,3 +1,9 @@
+2021-04-16  Lifang Xia <lifang_xia@c-sky.com>
+
+       * testsuite/gas/riscv/c-zero-imm.d: Compress addi a4,a4,0 to
+       c.mv a4,a4.
+       * testsuite/gas/riscv/c-zero-imm.s: Likewise.
+
 2021-04-14  Alan Modra  <amodra@gmail.com>
 
        PR 27723
@@ -32,8 +38,6 @@
        * testsuite/gas/ppc/prefix-pcrel.s,
        * testsuite/gas/ppc/prefix-pcrel.d: Add more instructions.
 
-2021-04-09  Tejas Belagod  <tejas.belagod@arm.com>
-
 2021-04-12  Nelson Chu  <nelson.chu@sifive.com>
 
        * testsuite/gas/riscv/march-fail-order-x-std.d: Renamed from
index f63eb4797496d717318b1fa6f62c244d5816594d..dffc25cc158825861308c31a309f9ab0c285daaf 100644 (file)
@@ -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.