* exec.c (exec_file_attach): Ditto.
* symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
+2004-07-30 Jerome Guitton <guitton@gnat.com>
+
+ * inflow.c (kill_command): release file handles in BFD.
+ * exec.c (exec_file_attach): Ditto.
+ * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
+
2004-07-29 Andrew Cagney <cagney@gnu.org>
* PROBLEMS (mips-irix): Note that it is broken.
if (deprecated_exec_file_display_hook)
(*deprecated_exec_file_display_hook) (filename);
}
+ bfd_cache_close_all ();
}
/* Process the first arg in ARGS as the new exec file.
else
print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC);
}
+ bfd_cache_close_all ();
}
\f
/* Call set_sigint_trap when you need to pass a signal on to an attached
if (deprecated_target_new_objfile_hook)
deprecated_target_new_objfile_hook (objfile);
+ bfd_cache_close_all ();
return (objfile);
}