diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4ad1795..1b0e80f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2013-03-08 Pedro Alves <palves@redhat.com> + + * findcmd.c (put_bits): Change type of parameter to 'gdb_byte *'. + (parse_find_args, find_command): Change type of pattern buffer + locals to 'gdb_byte *'. + 2012-03-08 Stan Shebs <stan@codesourcery.com> Hafiz Abid Qadeer <abidh@codesourcery.com> |