forked from Imagelibrary/binutils-gdb
Move init_entry_point_info to symfile.c and make it static.
gdb/ChangeLog:
* objfiles.c (init_entry_point_info): Move function from here...
* symfile.c (init_entry_point_info): ... to there. Make static.
* objfiles.h (objfiles.h): Delete declaration.
This commit is contained in:
@@ -443,8 +443,6 @@ extern struct objfile *allocate_objfile (bfd *, int);
|
||||
|
||||
extern struct gdbarch *get_objfile_arch (struct objfile *);
|
||||
|
||||
extern void init_entry_point_info (struct objfile *);
|
||||
|
||||
extern int entry_point_address_query (CORE_ADDR *entry_p);
|
||||
|
||||
extern CORE_ADDR entry_point_address (void);
|
||||
|
||||
Reference in New Issue
Block a user