http://sourceware.org/bugzilla/show_bug.cgi?id=14475
H.J. Lu changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Version|unspecified
http://sourceware.org/bugzilla/show_bug.cgi?id=14475
--- Comment #8 from cvs-commit at gcc dot gnu.org 2012-08-17 01:06:34 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:amo...@sourceware.org2012-08-17 01:06:28
Modified files:
bfd: ChangeLog archive.c
Log m
http://sourceware.org/bugzilla/show_bug.cgi?id=14475
H.J. Lu changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
http://sourceware.org/bugzilla/show_bug.cgi?id=14475
Tom Tromey changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
http://sourceware.org/bugzilla/show_bug.cgi?id=14475
--- Comment #5 from cvs-commit at gcc dot gnu.org 2012-08-16 14:24:55 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:tro...@sourceware.org2012-08-16 14:24:44
Modified files:
bfd: ChangeLog archive.c
Log m
http://sourceware.org/bugzilla/show_bug.cgi?id=14475
Tom Tromey changed:
What|Removed |Added
AssignedTo|unassigned at sourceware|tromey at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=14475
--- Comment #4 from Tom Tromey 2012-08-15 21:00:51
UTC ---
(In reply to comment #2)
> Since if (!bfd_close (obfd)) closed all output bfds now,
> bfd_close (l->obfd) closes a closed bfd.
No, that isn't it. The member BFDs are only closed for
http://sourceware.org/bugzilla/show_bug.cgi?id=14475
--- Comment #3 from Tom Tromey 2012-08-15 20:57:30
UTC ---
I think the bug is that bfd_ar_hdr_from_filesystem
allocates the areltdata on the wrong BFD.
I'm testing a patch.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?t
http://sourceware.org/bugzilla/show_bug.cgi?id=14475
--- Comment #2 from H.J. Lu 2012-08-15 20:01:42
UTC ---
copy_archive has
filename = bfd_get_filename (obfd);
if (!bfd_close (obfd))
{
status = 1;
bfd_nonfatal_message (filename, NULL, NULL, NULL);
return;
}
fi
http://sourceware.org/bugzilla/show_bug.cgi?id=14475
Tom Tromey changed:
What|Removed |Added
CC||tromey at redhat dot com
--- Comment #1 f
10 matches
Mail list logo