diff options
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r-- | gdb/objfiles.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index d98eabb..bd686fa 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -498,9 +498,6 @@ extern int have_minimal_symbols (void); extern struct obj_section *find_pc_section (CORE_ADDR pc); -extern struct obj_section *find_pc_sect_section (CORE_ADDR pc, - asection * section); - extern int in_plt_section (CORE_ADDR, char *); /* Keep a registry of per-objfile data-pointers required by other GDB |