aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2020-02-19 14:51:07 -0800
committerJim Wilson <jimw@sifive.com>2020-02-19 14:51:07 -0800
commitfa16423949fc78b3d9c499eddefa91b99228fbc9 (patch)
treea7092b040556f52f3d0e236b1786524a0f32bb07 /gas/ChangeLog
parent741cb83912fffbc65784168204ce1a597e0fbd26 (diff)
downloadgdb-fa16423949fc78b3d9c499eddefa91b99228fbc9.zip
gdb-fa16423949fc78b3d9c499eddefa91b99228fbc9.tar.gz
gdb-fa16423949fc78b3d9c499eddefa91b99228fbc9.tar.bz2
RISC-V: Convert the ADD/ADDI to the compressed MV/LI if RS1 is zero.
2020-02-19 Nelson Chu <nelson.chu@sifive.com> gas/ * testsuite/gas/riscv/c-add-addi.d: New testcase. * testsuite/gas/riscv/c-add-addi.s: Likewise. opcodes/ * riscv-opc.c (riscv_opcodes): Convert add/addi to the compressed c.mv/c.li if rs1 is zero. Change-Id: Id939b5e6db80d267a832545f3ffef7b9ba881f7d
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e722633..92869a3 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2020-02-19 Nelson Chu <nelson.chu@sifive.com>
+
+ * testsuite/gas/riscv/c-add-addi.d: New testcase.
+ * testsuite/gas/riscv/c-add-addi.s: Likewise.
+
2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
PR 25576