diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-03-16 20:25:24 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-03-16 20:25:24 +0000 |
commit | 73912b9b231e5040ff1d3ec3dc6bfc791b575cf3 (patch) | |
tree | 63353ec9be790c6cec9995947926e7528b1f9d21 /gdb/symtab.h | |
parent | 283accbcf23d51d3150932666c2b6738bdaf77cc (diff) | |
download | gdb-73912b9b231e5040ff1d3ec3dc6bfc791b575cf3.zip gdb-73912b9b231e5040ff1d3ec3dc6bfc791b575cf3.tar.gz gdb-73912b9b231e5040ff1d3ec3dc6bfc791b575cf3.tar.bz2 |
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.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index 5a6c398..16a212e 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -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 */ |