aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-11-01 20:11:52 +0000
committerFred Fish <fnf@specifix.com>1995-11-01 20:11:52 +0000
commite6729433e6ec6c89cbe28141ef7dd34d37bbf3c6 (patch)
tree825e0c90c0d541bfdba76bdb70b68b935c59ab8b
parente75c301b0434353440fdc6f0af2bee14b44ece80 (diff)
downloadfsf-binutils-gdb-e6729433e6ec6c89cbe28141ef7dd34d37bbf3c6.zip
fsf-binutils-gdb-e6729433e6ec6c89cbe28141ef7dd34d37bbf3c6.tar.gz
fsf-binutils-gdb-e6729433e6ec6c89cbe28141ef7dd34d37bbf3c6.tar.bz2
* symtab.c (in_prologue): Document func_start and when it is zero
don't call SKIP_PROLOGUE (which typically leads unconditionally to an error when we try to access a prologue at address 0).
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6033a27..e88949e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+Wed Nov 1 12:58:14 1995 Fred Fish <fnf@cygnus.com>
+
+ * symtab.c (in_prologue): Document func_start and when it is zero
+ don't call SKIP_PROLOGUE (which typically leads unconditionally to
+ an error when we try to access a prologue at address 0).
+
Tue Oct 31 13:01:15 1995 Fred Fish <fnf@cygnus.com>
* elfread.c: Include elf-bfd.h rather than libelf.h.