* Makefile.in (arm-tdep.o): Update.
[deliverable/binutils-gdb.git] / gdb / objfiles.h
index 4f01f60f4e2c45016e40a88c8840b08a9bd344e1..c3ae954b5fb89e96923b391e06e1128eb36740d3 100644 (file)
@@ -527,6 +527,8 @@ extern int in_plt_section (CORE_ADDR, char *);
    modules.  */
 
 extern const struct objfile_data *register_objfile_data (void);
+extern const struct objfile_data *register_objfile_data_with_cleanup
+  (void (*cleanup) (struct objfile *, void *));
 extern void clear_objfile_data (struct objfile *objfile);
 extern void set_objfile_data (struct objfile *objfile,
                              const struct objfile_data *data, void *value);
This page took 0.029494 seconds and 4 git commands to generate.