aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bergner <bergner@linux.ibm.com>2019-06-12 15:51:01 -0500
committerPeter Bergner <bergner@linux.ibm.com>2019-06-12 15:51:01 -0500
commita0e44ef56c4d1a20785fe3bcb368638d1af148cf (patch)
treec4f315ab9eefdd9b4dc585260084ec2c56cd45b0
parent6fbc939cfdbdf02f205c20925583738b0f835e62 (diff)
downloadgdb-a0e44ef56c4d1a20785fe3bcb368638d1af148cf.zip
gdb-a0e44ef56c4d1a20785fe3bcb368638d1af148cf.tar.gz
gdb-a0e44ef56c4d1a20785fe3bcb368638d1af148cf.tar.bz2
Add missing ChangeLog entries
-rw-r--r--gas/ChangeLog5
-rw-r--r--opcodes/ChangeLog4
2 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 8ad8f60..670e0b1 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 8d72ded..ae2afa6 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