diff options
author | Jim Wilson <jimw@sifive.com> | 2018-01-15 14:53:44 -0800 |
---|---|---|
committer | Jim Wilson <jimw@sifive.com> | 2018-01-15 14:53:44 -0800 |
commit | 2721d702a055fe0f7621386123b103b5c4d84662 (patch) | |
tree | bb592824b55f213951d96e600a373f0eaf6be999 /gas/ChangeLog | |
parent | db422fb2120e311318657d9c7dd0e7b0b5a5eac9 (diff) | |
download | binutils-gdb-2721d702a055fe0f7621386123b103b5c4d84662.tar.gz |
RISC-V: Add support for addi that compresses to c.nop.
gas/
* testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
* testsuite/gas/riscv/c-zero-imm.d: Likewise.
opcodes/
* riscv-opc.c (match_c_nop): New.
(riscv_opcodes) <addi>: Handle an addi that compresses to c.nop.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 63fa13969c6..1c128ee669a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2018-01-15 Jim Wilson <jimw@sifive.com> + + * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop. + * testsuite/gas/riscv/c-zero-imm.d: Likewise. + 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com> * config/tc-arm.c (ToC): Define macro. |