diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c27e6a7..97237dc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2011-03-02 Michael Snyder <msnyder@vmware.com> + * 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. |