[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/13056] gas is broken
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gas/13056] gas is broken |
Date: |
Fri, 27 Jan 2023 07:02:55 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=13056
--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The master branch has been updated by Alan Modra <amodra@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3e7cde4dca8c63b8091597bd7800f0f71e822395
commit 3e7cde4dca8c63b8091597bd7800f0f71e822395
Author: Alan Modra <amodra@gmail.com>
Date: Fri Jan 27 12:31:27 2023 +1030
Call bfd_close_all_done in output_file_close
bfd_cache_close_all is good for closing file descriptors, but doesn't
do the cleanup of bfd memory as in bfd_close_all_done.
PR 13056
* output-file.c (output_file_close): Call bfd_close_all_done,
not bfd_cache_close_all.
--
You are receiving this mail because:
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gas/13056] gas is broken,
cvs-commit at gcc dot gnu.org <=