diff options
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r-- | gdb/objfiles.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h index f6fe03c..f59feb2 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -515,6 +515,9 @@ extern struct obj_section * extern int in_plt_section PARAMS ((CORE_ADDR, char *)); +extern int +is_in_import_list PARAMS ((char *, struct objfile *)); + /* Traverse all object files. ALL_OBJFILES_SAFE works even if you delete the objfile during the traversal. */ |