* 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.
This commit is contained in:
Jerome Guitton
2004-07-30 12:05:45 +00:00
parent 7946e94a55
commit ce7d45220e
4 changed files with 9 additions and 0 deletions

View File

@@ -894,6 +894,7 @@ symbol_file_add_with_addrs_or_offsets (bfd *abfd, int from_tty,
if (deprecated_target_new_objfile_hook)
deprecated_target_new_objfile_hook (objfile);
bfd_cache_close_all ();
return (objfile);
}