aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 831d94a..6df70f2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+2008-08-08 Pedro Alves <pedro@codesourcery.com>
+
+ * remote-m32r-sdi.c: Include "gdbthread.h".
+ (remote_m32r_ptid): New.
+ (m32r_close): Delete the main thread.
+ (m32r_resume): Set inferior_ptid toA remote_m32r_ptid. Add the
+ main thread.
+ (m32r_kill, m32r_load, sdireset_command): Delete the main thread.
+ (_initialize_remote_m32r): Initialize remote_m32r_ptid.
+
2008-08-07 Tom Tromey <tromey@redhat.com>
Ralf Wildenhues <Ralf.Wildenhues@gmx.de>