[RFC/RFA] dangling bfd pointer in archive cache...
Alan Modra
amodra@gmail.com
Wed Oct 3 05:29:00 GMT 2012
On Tue, Oct 02, 2012 at 07:14:06AM -0700, Joel Brobecker wrote:
> * opncls.c (bfd_close); Add call to _bfd_archive_close_and_cleanup.
No, we should already be calling _bfd_archive_close_and_cleanup via
> --- a/bfd/opncls.c
> +++ b/bfd/opncls.c
> @@ -719,6 +719,17 @@ bfd_close (bfd *abfd)
> if (! BFD_SEND (abfd, _close_and_cleanup, (abfd)))
this call. The problem is in coff-rs6000.c (and coff64-rs6000.c)
where the bfd_target vector just uses bfd_true for close_and_cleanup.
--
Alan Modra
Australia Development Lab, IBM
More information about the Gdb-patches
mailing list