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 66640a9..03c9ead 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2009-05-21 Pedro Alves <pedro@codesourcery.com> + + * dec-thread.c (dec_thread_wait): Add options parameter. Use it + to call the to_wait method in the target beneath. + * remote-m32r-sdi.c (m32r_wait): Add options parameter. + 2009-05-21 Joel Brobecker <brobecker@adacore.com> * aix-thread.c (aix_thread_wait): Add options parameter. Use it |