This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add missing ChangeLog files for previous patch.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=21820ebe588d89fa874cbd87c117eb9d551d870f

commit 21820ebe588d89fa874cbd87c117eb9d551d870f
Author: Jim Wilson <jimw@sifive.com>
Date:   Fri Feb 8 13:21:52 2019 -0800

    Add missing ChangeLog files for previous patch.

Diff:
---
 gas/ChangeLog     | 5 +++++
 opcodes/ChangeLog | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 53f4c68..aadf6e1 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-08  Jim Wilson  <jimw@sifive.com>
+
+	* config/tc-riscv.c (validate_riscv_insn) <'C'>: Add 'z' support.
+	(riscv_ip) <'C'>: Add 'z' support.
+
 2019-02-07  Tamar Christina  <tamar.christina@arm.com>
 
 	* config/tc-arm.c (insns): Redefine THUMB_VARIANT and ARM_VARIANT for
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 8427130..f6f671a 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-08  Jim Wilson  <jimw@sifive.com>
+
+	* riscv-opc.c (riscv_opcodes) <beq>: Use Cz to compress 3 operand form.
+	<bne>: Likewise.
+
 2019-02-07  Tamar Christina  <tamar.christina@arm.com>
 
 	* arm-dis.c (arm_opcodes): Redefine hlt to armv1.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]