]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/objfiles.h
See gdb ChangeLog entry with header:
[thirdparty/binutils-gdb.git] / gdb / objfiles.h
index b98b7088fe7e3d1f4d660353c2bdfc842619e260..f5c1bb9a20e9c15ef42d54e08b2d408bbed2657a 100644 (file)
@@ -454,6 +454,9 @@ have_minimal_symbols PARAMS ((void));
 extern struct obj_section *
 find_pc_section PARAMS((CORE_ADDR pc));
 
+extern int
+in_plt_section PARAMS ((CORE_ADDR, char *));
+
 /* Traverse all object files.  ALL_OBJFILES_SAFE works even if you delete
    the objfile during the traversal.  */