diff options
-rw-r--r-- | gdb/symfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index 9ab8068..39eb308 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -252,6 +252,8 @@ extern void find_lowest_section (bfd *, asection *, PTR); extern bfd *symfile_bfd_open (char *); +extern int get_section_index (struct objfile *, char *); + /* Utility functions for overlay sections: */ extern enum overlay_debugging_state { ovly_off, |