Fix ChangeLog entries starting with "Likewise"
The first lines of these ChangeLog entries are "Likewise"... it doesn't make much sense.
This commit is contained in:
parent
ef36892e85
commit
6711b7f8d5
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue