This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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 ChangeLog updates to my previous two commits


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

commit 46da9242e8f4e4f85dfb2eb1da5603b89126e78f
Author: Carl E. Love <carll@oc4738070240.ibm.com>
Date:   Thu Aug 18 14:36:36 2016 -0700

    Add ChangeLog updates to my previous two commits
    
    gdb/ChangeLog:
    
    	* MAINTAINERS (Write After Approval): Add "Carl Love".
    
    gdb/testsuite/ChangeLog:
    
    	* gdb.arch/powerpc-power.s: Add new Power9 instruction tests
    	and sync up the test with tests in gas/testsuite/gas/ppc.
    	* gdb.arch/powerpc-power.exp: Likewise.

Diff:
---
 gdb/ChangeLog           | 4 ++++
 gdb/testsuite/ChangeLog | 6 ++++++
 2 files changed, 10 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 567b69c..4a70890 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2016-08-18  Carl Love  <cel@us.ibm.com>
+
+	* MAINTANERS Write After Approval): Add "Carl Love".
+
 2016-08-18  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
 
 	* rs6000-tdep.c (ppc_process_record_op31): Handle HTM instructions.
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index d025133..fda02f0 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2016-08-18  Carl Love  <cel@us.ibm.com>
+
+	* gdb.arch/powerpc-power.s: Add new Power9 instruction tests
+	and sync up the test with tests in gas/testsuite/gas/ppc.
+	* gdb.arch/powerpc-power.exp: Likewise.
+
 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
 
 	* gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix


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