From: Jeff Law Date: Mon, 3 Jun 1996 17:59:03 +0000 (+0000) Subject: * inftarg.c (child_thread_alive): Protect declaration with X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=f4c952e475230babf7c1640f1de122c6fbfc36bb;p=deliverable%2Fbinutils-gdb.git * inftarg.c (child_thread_alive): Protect declaration with #ifndef CHILD_THREAD_ALIVE. Fixes net buglet. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6b3f9ad2b7..0432e8d1dd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Mon Jun 3 11:48:29 1996 Jeffrey A Law (law@cygnus.com) + * inftarg.c (child_thread_alive): Protect declaration with + #ifndef CHILD_THREAD_ALIVE. + * source.c (find_source_lines): Check the time on the symtab's bfd if it exists, else check the time on the exec_bfd.