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] Fix ChangeLog formatting


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

commit 175654b9cdd3113a01174b019ac286092398246b
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Tue Dec 19 22:09:40 2017 -0500

    Fix ChangeLog formatting
    
    Doing some unrelated grepping found that there were some missing
    spaces, fix it.

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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4023472..f314e8e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -4105,7 +4105,7 @@
 	in_inclusive_range.
 
 2017-10-30  Pedro Alves  <palves@redhat.com>
-	    Simon Marchi <simon.marchi@ericsson.com>
+	    Simon Marchi  <simon.marchi@ericsson.com>
 
 	* remote.c (remote_set_syscall_catchpoint): Build a std::string
 	instead of a gdb::unique_xmalloc_ptr, using string_appendf.
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 51c9864..ab65ca2 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -827,7 +827,7 @@
 	instead of on dejagnu remote boards.
 
 2017-10-12  Pedro Alves  <palves@redhat.com>
-	    Simon Marchi <simon.marchi@polymtl.ca>
+	    Simon Marchi  <simon.marchi@polymtl.ca>
 
 	* gdb.base/inferior-died.exp: Remove is_remote and isnative
 	checks.  Use build_executable + clean_restart instead of


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