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 incorrect formatting of a ChangeLog entry


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

commit dba484926919ac02d1577f22fd47a5d99df99d8d
Author: Anton Kolesov <Anton.Kolesov@synopsys.com>
Date:   Wed Oct 5 17:04:17 2016 +0300

    Fix incorrect formatting of a ChangeLog entry
    
    My previous commit had an invalid formatting of a ChangeLog entry.  This commit
    fixes that.

Diff:
---
 gdb/ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index eaef0b0..e2b5c2b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -7,7 +7,7 @@
 
 2016-10-05  Anton Kolesov  <anton.kolesov@synopsys.com>
 
-	arc-tdep.c (arc_frame_prev_register): Remove annoying log message.
+	* arc-tdep.c (arc_frame_prev_register): Remove annoying log message.
 
 2016-10-05  Yao Qi  <yao.qi@linaro.org>


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