* symtab.c (in_prologue): Document func_start and when it is zero
authorFred Fish <fnf@specifix.com>
Wed, 1 Nov 1995 20:11:52 +0000 (20:11 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 1 Nov 1995 20:11:52 +0000 (20:11 +0000)
don't call SKIP_PROLOGUE (which typically leads unconditionally to
an error when we try to access a prologue at address 0).

gdb/ChangeLog

index 6033a270eebea241e67bfa1dbe2b0b503af72991..e88949efdd0aff06b1959bd9e3e94f084d0ab9a1 100644 (file)
@@ -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.