* symfile.c (reread_symbols): When re-reading symbols, do all the
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index 50226ff47e779ffeceddf033b4103155799fcf0d..b5b06223728b3b432033e5078ff6e937922ca554 100644 (file)
@@ -357,14 +357,13 @@ extern struct objfile *object_files;
 
 /* Declarations for functions defined in objfiles.c */
 
-extern struct objfile *
-allocate_objfile PARAMS ((bfd *, int));
+extern struct objfile *allocate_objfile PARAMS ((bfd *, int));
 
-extern void
-unlink_objfile PARAMS ((struct objfile *));
+int build_objfile_section_table PARAMS ((struct objfile *));
 
-extern void
-free_objfile PARAMS ((struct objfile *));
+extern void unlink_objfile PARAMS ((struct objfile *));
+
+extern void free_objfile PARAMS ((struct objfile *));
 
 extern void
 free_all_objfiles PARAMS ((void));
This page took 0.036207 seconds and 4 git commands to generate.