From a0e44ef56c4d1a20785fe3bcb368638d1af148cf Mon Sep 17 00:00:00 2001
From: Peter Bergner <bergner@linux.ibm.com>
Date: Wed, 12 Jun 2019 15:51:01 -0500
Subject: [PATCH] Add missing ChangeLog entries

---
 gas/ChangeLog     | 5 +++++
 opcodes/ChangeLog | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8ad8f604df6..670e0b1bb73 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2019-06-12  Peter Bergner  <bergner@linux.ibm.com>
+
+	* testsuite/gas/ppc/power9.d: Delete ldmx tests.
+	* testsuite/gas/ppc/power9.s: Likewise.
+
 2019-06-06  Lili Cui  <lili.cui@intel.com>
 
 	* config/tc-i386.c (cpu_arch): Add .enqcmd.
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 8d72ded6721..ae2afa6ac3a 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-12  Peter Bergner  <bergner@linux.ibm.com>
+
+	* ppc-opc.c (powerpc_opcodes) <ldmx>: Delete mnemonic.
+
 2019-06-05  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR binutils/24633
-- 
GitLab