mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 18:41:27 +00:00
* symfile.c (syms_from_bfd): New routine.
(add_symbol_file): Call it to do the real work. (syms_from_bfd): Initialize entry_point before calling symfile_init. * symtab.h, symfile.c, coffread.c, mipsread.c, dwarfread.c: Avoid declaring or setting entry_point (symfile.h & symfile.c cope).
This commit is contained in:
@@ -93,7 +93,6 @@ typedef unsigned int DIEREF; /* Reference to a DIE */
|
||||
|
||||
#define STREQ(a,b) (strcmp(a,b)==0)
|
||||
|
||||
extern CORE_ADDR entry_point; /* Process entry point */
|
||||
extern CORE_ADDR startup_file_start; /* From blockframe.c */
|
||||
extern CORE_ADDR startup_file_end; /* From blockframe.c */
|
||||
extern CORE_ADDR entry_scope_lowpc; /* From blockframe.c */
|
||||
|
||||
Reference in New Issue
Block a user