From: Stu Grossman Date: Wed, 15 Jan 1992 01:11:30 +0000 (+0000) Subject: Reference: gdb-pend/636 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=8c3d2a53db45eda533c3b93aa3bd5d4d570b2493;p=deliverable%2Fbinutils-gdb.git Reference: gdb-pend/636 * inflow.c: remove #include . Not necessary, and doesn't exist on some systems. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 04fe54d2ca..af85e1933c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Tue Jan 14 12:28:52 1992 Stu Grossman (grossman at cygnus.com) + * inflow.c: remove #include . Not necessary, and + doesn't exist on some systems. + * infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when nexting over recursive function calls.