aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorNicholas Duffek <nsd@redhat.com>2001-07-17 01:23:44 +0000
committerNicholas Duffek <nsd@redhat.com>2001-07-17 01:23:44 +0000
commitcf759d3bc0e43da69c26f1c0a176042da8cf23a5 (patch)
tree697cd939d5da8c49706bb40da37af6d505b0be5d /gdb/ChangeLog
parent95fd336c5c8f490cddff7f13a876bb062eba19d6 (diff)
downloadgdb-cf759d3bc0e43da69c26f1c0a176042da8cf23a5.zip
gdb-cf759d3bc0e43da69c26f1c0a176042da8cf23a5.tar.gz
gdb-cf759d3bc0e43da69c26f1c0a176042da8cf23a5.tar.bz2
* remote.c (init_remote_ops, init_remote_cisco_ops,
init_remote_async_ops): Set to_pid_to_str and to_extra_thread_info correctly and in the same order as declared in target.h.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9bb72d3..9827d21 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-16 Nick Duffek <nsd@redhat.com>
+
+ * remote.c (init_remote_ops, init_remote_cisco_ops,
+ init_remote_async_ops): Set to_pid_to_str and
+ to_extra_thread_info correctly and in the same order as declared
+ in target.h.
+
2001-07-16 Andrew Cagney <ac131313@redhat.com>
* remote.c: Revert below. Included more than intended.