2002-04-24 David S. Miller <davem@redhat.com>

* symtab.h (find_stab_function_addr): Kill extern.
	* minsyms.c (find_stab_function_addr): Remove from here...
	* dbxread.c: ... to here, and mark it static.
This commit is contained in:
David S. Miller
2002-04-24 08:00:54 +00:00
parent 69cdf6a234
commit 4867e41ec7
4 changed files with 52 additions and 50 deletions

View File

@@ -1139,10 +1139,6 @@ extern struct minimal_symbol *prim_record_minimal_symbol_and_info
enum minimal_symbol_type,
char *info, int section, asection * bfd_section, struct objfile *);
#ifdef SOFUN_ADDRESS_MAYBE_MISSING
extern CORE_ADDR find_stab_function_addr (char *, char *, struct objfile *);
#endif
extern unsigned int msymbol_hash_iw (const char *);
extern unsigned int msymbol_hash (const char *);