aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-06-23 00:25:11 +0000
committerPer Bothner <per@bothner.com>1992-06-23 00:25:11 +0000
commite37a6e9c8a53dec0d1b122ae3cd218cb594643d2 (patch)
treee88ccd1bc3d0749939a16d216e9653ca796bffd1 /gdb/ChangeLog
parentdefb51a7222598ac26e96593ad69659226ad218e (diff)
downloadgdb-e37a6e9c8a53dec0d1b122ae3cd218cb594643d2.zip
gdb-e37a6e9c8a53dec0d1b122ae3cd218cb594643d2.tar.gz
gdb-e37a6e9c8a53dec0d1b122ae3cd218cb594643d2.tar.bz2
* infrun.c (wait_for_inferior): Don't test for SIGEMT
(which is not a Posix signal) if it isn't defined. * tm-linux.h, xm-linux.h, config/linux.m[ht], configure.in: New port to Linux (a free Unix clone for 386 machines).
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 da68bdd..24f3deb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jun 22 17:19:02 1992 Per Bothner (bothner@cygnus.com)
+
+ * infrun.c (wait_for_inferior): Don't test for SIGEMT
+ (which is not a Posix signal) if it isn't defined.
+ * tm-linux.h, xm-linux.h, config/linux.m[ht], configure.in:
+ New port to Linux (a free Unix clone for 386 machines).
+
Sat Jun 20 19:19:52 1992 John Gilmore (gnu at cygnus.com)
COFF changes for dealing better with EPI 29K C compiler output.