forked from Imagelibrary/binutils-gdb
Call _close_and_cleanup in bfd_close_all_done
PR binutils/22032 * opncls.c (bfd_close_all_done): Call _close_and_cleanup.
This commit is contained in:
@@ -776,6 +776,9 @@ bfd_close_all_done (bfd *abfd)
|
|||||||
|
|
||||||
ret = bfd_cache_close (abfd);
|
ret = bfd_cache_close (abfd);
|
||||||
|
|
||||||
|
if (! BFD_SEND (abfd, _close_and_cleanup, (abfd)))
|
||||||
|
return FALSE;
|
||||||
|
|
||||||
if (ret)
|
if (ret)
|
||||||
_maybe_make_executable (abfd);
|
_maybe_make_executable (abfd);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user