aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog23
1 files changed, 15 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 19f658b..dff7101 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,15 +1,22 @@
2002-01-17 Daniel Jacobowitz <drow@mvista.com>
- * low-hppabsd.c (myattach): New function, returning -1.
- * low-lynx.c (myattach): Likewise.
- * low-nbsd.c (myattach): Likewise.
- * low-sim.c (myattach): Likewise.
- * low-sparc.c (myattach): Likewise.
- * low-sun3.c (myattach): Likewise.
+ * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
+ gdbserver/low-nbsd.c, gdbserver/low-sim.c,
+ gdbserver/low-sparc.c, gdbserver/low-sun3.c,
+ gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.
- * low-linux.c (myattach): New function.
+2002-01-17 Daniel Jacobowitz <drow@mvista.com>
+
+ * gdbserver/low-hppabsd.c (myattach): New function, returning -1.
+ * gdbserver/low-lynx.c (myattach): Likewise.
+ * gdbserver/low-nbsd.c (myattach): Likewise.
+ * gdbserver/low-sim.c (myattach): Likewise.
+ * gdbserver/low-sparc.c (myattach): Likewise.
+ * gdbserver/low-sun3.c (myattach): Likewise.
+
+ * gdbserver/low-linux.c (myattach): New function.
- * server.c (attach_inferior): New function.
+ * gdbserver/server.c (attach_inferior): New function.
(main): Handle "--attach".
2002-01-16 Andrew Cagney <ac131313@redhat.com>