Compare commits

...

1 Commits

Author SHA1 Message Date
H.J. Lu
4a25b09a81 Call _close_and_cleanup in bfd_close_all_done
PR binutils/22032
	* opncls.c (bfd_close_all_done): Call _close_and_cleanup.
2017-08-30 05:31:33 -07:00

View File

@@ -776,6 +776,9 @@ bfd_close_all_done (bfd *abfd)
ret = bfd_cache_close (abfd);
if (! BFD_SEND (abfd, _close_and_cleanup, (abfd)))
return FALSE;
if (ret)
_maybe_make_executable (abfd);