diff options
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index 13f6555a07f..baa353e494c 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -180,8 +180,6 @@ extern void fill_in_vptr_fieldno (struct type *); extern void add_symtab_fns (struct sym_fns *); -extern void init_entry_point_info (struct objfile *); - extern void syms_from_objfile (struct objfile *, struct section_addr_info *, struct section_offsets *, int, int, int); @@ -254,8 +252,6 @@ extern int auto_solib_limit; /* From symfile.c */ -extern CORE_ADDR entry_point_address (void); - extern struct partial_symtab *allocate_psymtab (char *, struct objfile *); extern void discard_psymtab (struct partial_symtab *); |