bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/21679] bfd_get_file_size should be cached for readonly file


From: amodra at gmail dot com
Subject: [Bug ld/21679] bfd_get_file_size should be cached for readonly file
Date: Tue, 27 Jun 2017 02:13:47 +0000

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

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
Is there a good reason for bfd_get_file_size to be called before reading
sections?  Only for archives, I'd guess.  For object files, you can just wait
for the read to return a count less than expected.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]