aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-06-16 22:02:24 +0000
committerStan Shebs <shebs@codesourcery.com>1994-06-16 22:02:24 +0000
commit6ec7e4d36a85990132baf8b0166614f273e7b31d (patch)
treeee46043fa04ce3057a356c4a29a944dbd0c2ac83 /gdb/ChangeLog
parent6f88f0312286a7356b43ff479642a4894ea07890 (diff)
downloadgdb-6ec7e4d36a85990132baf8b0166614f273e7b31d.zip
gdb-6ec7e4d36a85990132baf8b0166614f273e7b31d.tar.gz
gdb-6ec7e4d36a85990132baf8b0166614f273e7b31d.tar.bz2
* configure.in: Improve sorting/formatting of hosts and targets.
(i[34]86-*-mach3*, i[34]86-*-osf1mk*, mips-*-mach3*, m88*-*-mach3*, ns32k-*-mach3*): Recognize. * Makefile.in (gdb-stop): New target. * gdb-stop.c: New file, utility to gets attention of waiting GDBs in Mach 3.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7da1398..05c18d2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+Thu Jun 16 14:41:37 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * configure.in: Improve sorting/formatting of hosts and targets.
+ (i[34]86-*-mach3*, i[34]86-*-osf1mk*, mips-*-mach3*,
+ m88*-*-mach3*, ns32k-*-mach3*): Recognize.
+ * Makefile.in (gdb-stop): New target.
+ * gdb-stop.c: New file, utility to gets attention of waiting GDBs
+ in Mach 3.
+
Wed Jun 15 00:41:03 1994 Tom Lord (lord@rtl.cygnus.com)
* top.c (gdb_init): Init current_directory in gdb_init. Probably