aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-04-08 21:34:12 +0000
committerJeff Law <law@redhat.com>1996-04-08 21:34:12 +0000
commit75eb523103bd3a750e762927d539ef90d1bdeb44 (patch)
tree22fc4042a93bec24c71f176235d2a2e7f7721e05 /gdb
parent7782ee45c4d3b01d78dac73b7d445d56931153dd (diff)
downloadgdb-75eb523103bd3a750e762927d539ef90d1bdeb44.zip
gdb-75eb523103bd3a750e762927d539ef90d1bdeb44.tar.gz
gdb-75eb523103bd3a750e762927d539ef90d1bdeb44.tar.bz2
* infptrace.c (kill_inferior): Remove call to "kill"; update
comments. The "kill" call was declared bogus years ago and is causing problems on hpux10 (PR 9410).
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ea3e2f5..beeee92 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 8 15:35:52 1996 Jeffrey A Law (law@cygnus.com)
+
+ * infptrace.c (kill_inferior): Remove call to "kill"; update
+ comments.
+
Mon Apr 8 14:05:07 1996 Geoffrey Noer <noer@cygnus.com>
* remote-e7000.c: don't append :23 to target port if __WIN32__