From 21820ebe588d89fa874cbd87c117eb9d551d870f Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 8 Feb 2019 13:21:52 -0800 Subject: [PATCH] Add missing ChangeLog files for previous patch. --- gas/ChangeLog | 5 +++++ opcodes/ChangeLog | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 53f4c68d12..aadf6e148b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2019-02-08 Jim Wilson + + * config/tc-riscv.c (validate_riscv_insn) <'C'>: Add 'z' support. + (riscv_ip) <'C'>: Add 'z' support. + 2019-02-07 Tamar Christina * config/tc-arm.c (insns): Redefine THUMB_VARIANT and ARM_VARIANT for diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 84271305bb..f6f671addd 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2019-02-08 Jim Wilson + + * riscv-opc.c (riscv_opcodes) : Use Cz to compress 3 operand form. + : Likewise. + 2019-02-07 Tamar Christina * arm-dis.c (arm_opcodes): Redefine hlt to armv1. -- 2.34.1