aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>2000-02-13 01:06:58 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>2000-02-13 01:06:58 +0000
commitd6e9fb0513bda136112dbed6a19d39b41e70ed47 (patch)
treee4434b156e0eb80d788d439d36d4fe79db44573a /gdb/ChangeLog
parent41c8e0096baad3729ace2e98acccb93af4cee668 (diff)
downloadgdb-d6e9fb0513bda136112dbed6a19d39b41e70ed47.zip
gdb-d6e9fb0513bda136112dbed6a19d39b41e70ed47.tar.gz
gdb-d6e9fb0513bda136112dbed6a19d39b41e70ed47.tar.bz2
2000-02-10 J.T. Conklin <jtc@redback.com>
* config/i386/nbsd.mt (GDBSERVER_DEPFILES): Add low-nbsd.o * configure.tgt (i[3456]86-*-netbsd*): add gdbserver to configdirs. * gdbserver/low-nbsd.c: New file. * gdbserver/Makefile.in: convert to autoconf. * gdbserver/configure.in: likewise. * gdbserver/configure: generate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7a371bf..92ffdcd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2000-02-10 J.T. Conklin <jtc@redback.com>
+
+ * config/i386/nbsd.mt (GDBSERVER_DEPFILES): Add low-nbsd.o
+ * configure.tgt (i[3456]86-*-netbsd*): add gdbserver to
+ configdirs.
+ * gdbserver/low-nbsd.c: New file.
+
+ * gdbserver/Makefile.in: convert to autoconf.
+ * gdbserver/configure.in: likewise.
+ * gdbserver/configure: generate.
+
Sun Feb 13 11:21:00 2000 Andrew Cagney <cagney@b1.cygnus.com>
* CONTRIBUTE: New file. How to contribute to GDB.