[PATCH] readelf: use fseeko64 or fseeko if possible
Michael Matz
matz@suse.de
Tue Nov 22 13:46:56 GMT 2022
Hey Alan,
On Tue, 22 Nov 2022, Alan Modra via Binutils wrote:
> On Thu, Nov 17, 2022 at 08:34:19AM -0600, Brett Werling via Binutils wrote:
> > Changes readelf to make use first of fseeko64 and then fseeko,
> > depending on which of those is available. If neither is available,
> > reverts to the previous behavior of using fseek.
>
> Committed, thanks.
I've integrated the change into configure.ac and regen'ed
config{ure,.in} and pushed d7229d6a561 for this.
(Brett: in case you wonder: configure and config.in are generated files,
by autoconf, so editing them directly would eventually lose the changes on
the next regeneration, configure.ac is the source file for them)
Ciao,
Michael.
More information about the Binutils
mailing list