2004-03-16 Andrew Cagney <cagney@redhat.com>

* symtab.h (find_pc_sect_partial_function): Delete declaration.
	* blockframe.c (find_pc_partial_function)
	(find_pc_sect_partial_function): Merge into a single
	find_pc_partial_function.
This commit is contained in:
Andrew Cagney
2004-03-16 20:25:24 +00:00
parent 283accbcf2
commit 73912b9b23
3 changed files with 27 additions and 31 deletions

View File

@ -1067,9 +1067,6 @@ extern int find_pc_partial_function (CORE_ADDR, char **, CORE_ADDR *,
extern void clear_pc_function_cache (void);
extern int find_pc_sect_partial_function (CORE_ADDR, asection *,
char **, CORE_ADDR *, CORE_ADDR *);
/* from symtab.c: */
/* lookup partial symbol table by filename */