mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
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:
@ -1,3 +1,8 @@
|
|||||||
|
2017-08-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
PR binutils/22032
|
||||||
|
* opncls.c (bfd_close_all_done): Call _close_and_cleanup.
|
||||||
|
|
||||||
2017-08-30 H.J. Lu <hongjiu.lu@intel.com>
|
2017-08-30 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elf64-x86-64.c (elf_x86_64_next_tls_desc_index): Removed.
|
* elf64-x86-64.c (elf_x86_64_next_tls_desc_index): Removed.
|
||||||
|
@ -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