diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d6014ce..7082ac6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com> + + * remote-sim.c (dump_mem): Change the type of 'buf' parameter from + 'char *' to 'gdb_byte *'. + (gdbsim_store_register): Change the type of 'tmp' from 'char' to + 'gdb_byte'. + 2013-04-22 Yao Qi <yao@codesourcery.com> * infrun.c: Fix typo in comment. |