https://sourceware.org/bugzilla/show_bug.cgi?id=24576

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from Nick Clifton <nickc at redhat dot com> ---
Right - it really has gone in this time.

The problem was that ldfile_open_command_file_1() can legitimately be
called multiple times for the same input file.  This happens for example
when the linker is processing an archive.  So it was necessary to
distinguish between attempts to open a file as a user-specified script
file, (or an unrecognised input file) and other types of access.  I added
the code to do this, and the check now appears to working properly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to