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 entries starting with "Likewise"


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

commit 6711b7f8d5f5fa24d6e44ccbe76fce12bd162a37
Author: Simon Marchi <simon.marchi@ericsson.com>
Date:   Thu Aug 27 13:47:44 2015 -0400

    Fix ChangeLog entries starting with "Likewise"
    
    The first lines of these ChangeLog entries are "Likewise"... it doesn't
    make much sense.

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

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 399cdaa..9537d33 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -94,7 +94,8 @@
 
 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
 
-	* aarch64-linux-nat.c (aarch64_add_process): Likewise.
+	* aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
+	function with the XNEW-family equivalent.
 	* aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
 	* ada-exp.y (write_ambiguous_var): Likewise.
 	* ada-lang.c (resolve_subexp): Likewise.
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index cc733d8..28c041c 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -9,7 +9,8 @@
 
 2015-08-26  Simon Marchi  <simon.marchi@ericsson.com>
 
-	* ax.c (gdb_parse_agent_expr): Likewise.
+	* ax.c (gdb_parse_agent_expr): Replace xmalloc-family function with
+	the XNEW-family equivalent.
 	(compile_bytecodes): Likewise.
 	* dll.c (loaded_dll): Likewise.
 	* event-loop.c (append_callback_event): Likewise.


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