aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@redhat.com>2002-04-24 08:00:54 +0000
committerDavid S. Miller <davem@redhat.com>2002-04-24 08:00:54 +0000
commit4867e41ec74924c20f3c3c83984f0ccad9b320ba (patch)
treefafabff0235d0b8d553a08e472fa7f5b253d6551 /gdb/symtab.h
parent69cdf6a234c156e3c334a15f0e0c7ebeb72c5618 (diff)
downloadgdb-4867e41ec74924c20f3c3c83984f0ccad9b320ba.zip
gdb-4867e41ec74924c20f3c3c83984f0ccad9b320ba.tar.gz
gdb-4867e41ec74924c20f3c3c83984f0ccad9b320ba.tar.bz2
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.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index ec1b058..231364e 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -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 *);