• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révision4a25b09a81a4862aca84a0bb5e6e3953db074a34 (tree)
l'heure2017-08-30 21:31:33
AuteurH.J. Lu <hjl.tools@gmai...>
CommiterH.J. Lu

Message de Log

Call _close_and_cleanup in bfd_close_all_done

PR binutils/22032
* opncls.c (bfd_close_all_done): Call _close_and_cleanup.

Change Summary

Modification

--- a/bfd/opncls.c
+++ b/bfd/opncls.c
@@ -776,6 +776,9 @@ bfd_close_all_done (bfd *abfd)
776776
777777 ret = bfd_cache_close (abfd);
778778
779+ if (! BFD_SEND (abfd, _close_and_cleanup, (abfd)))
780+ return FALSE;
781+
779782 if (ret)
780783 _maybe_make_executable (abfd);
781784