Fix earlier changelog errors.
This commit is contained in:
parent
588eebeeea
commit
348af9f72c
2 changed files with 15 additions and 12 deletions
|
@ -127,12 +127,6 @@
|
|||
(cmd_qtbuffer): Ditto.
|
||||
(cmd_bigqtbuffer): Ditto.
|
||||
|
||||
* gdbserver/tracepoint.c (tracepoint_finish_step): Fix
|
||||
loop variable.
|
||||
|
||||
* gdbserver/server.c (handle_v_run): Free alloced buffer on early
|
||||
return.
|
||||
|
||||
2011-03-10 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* tracepoint.c (trace_actions_command): Update.
|
||||
|
@ -480,8 +474,6 @@
|
|||
* symfile.c (simple_overlay_update): Check for null return value
|
||||
from lookup_minimal_symbol.
|
||||
|
||||
* gdbserver/server.c (queue_stop_reply): Call xmalloc not malloc.
|
||||
|
||||
* xml-syscall.c (syscall_start_syscall): Assert name is non null.
|
||||
|
||||
2011-03-04 Thiago Jung Bauermann <bauerman@br.ibm.com>
|
||||
|
@ -583,9 +575,6 @@
|
|||
|
||||
* mdebugread.c (parse_partial_symbols): Fix indent.
|
||||
|
||||
* gdbserver/linux-arm-low.c (arm_arch_setup): Replace malloc
|
||||
with xmalloc.
|
||||
|
||||
* target-descriptions.c (tdesc_gdb_type): No need to call
|
||||
xstrdup, callee saves a copy.
|
||||
|
||||
|
|
|
@ -1,12 +1,18 @@
|
|||
2011-03-14 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* gdbserver/hostio.c (handle_close): Remove unnecessary null test.
|
||||
* hostio.c (handle_close): Remove unnecessary null test.
|
||||
|
||||
2011-03-10 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* Makefile.in (maintainer-clean realclean distclean): Remove
|
||||
"make ... subdir_do" command.
|
||||
|
||||
2011-03-10 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* tracepoint.c (tracepoint_finish_step): Fix loop variable.
|
||||
|
||||
* server.c (handle_v_run): Free alloced buffer on early return.
|
||||
|
||||
2011-03-09 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
Revert:
|
||||
|
@ -46,6 +52,14 @@
|
|||
|
||||
* Makefile.in: Remove GNU make feature --directory.
|
||||
|
||||
2011-03-04 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* server.c (queue_stop_reply): Call xmalloc not malloc.
|
||||
|
||||
2011-03-02 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* linux-arm-low.c (arm_arch_setup): Replace malloc with xmalloc.
|
||||
|
||||
2011-02-28 Michael Snyder <msnyder@vmware.com>
|
||||
|
||||
* tracepoint.c (cmd_qtv): Discard unused value 'packet'.
|
||||
|
|
Loading…
Add table
Reference in a new issue