aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-06-03 17:59:03 +0000
committerJeff Law <law@redhat.com>1996-06-03 17:59:03 +0000
commitf4c952e475230babf7c1640f1de122c6fbfc36bb (patch)
tree8722d0d9e063a23cd375572771cd60cbbdfc6aff
parent093c1a2f749013119fcf6d6ff63db653677917d6 (diff)
downloadgdb-f4c952e475230babf7c1640f1de122c6fbfc36bb.zip
gdb-f4c952e475230babf7c1640f1de122c6fbfc36bb.tar.gz
gdb-f4c952e475230babf7c1640f1de122c6fbfc36bb.tar.bz2
* inftarg.c (child_thread_alive): Protect declaration with
#ifndef CHILD_THREAD_ALIVE. Fixes net buglet.
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6b3f9ad..0432e8d 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.