* 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).
This commit is contained in:
Fred Fish 1995-11-01 20:11:52 +00:00
parent e75c301b04
commit e6729433e6
1 changed files with 6 additions and 0 deletions

View 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.