This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH GOLD] [4/N mingw host] lack of readv support


Hi,
  Under mingw, readv does not exist.  Ian recommended that disabling
readv would be a good idea.  This patch does that by adding a
configure check to see if there is readv support and disables the
usage of readv if it is not supported.

This is the last of the cleaner patches.

OK?

Thanks,
Andrew Pinski

ChangeLog:
* configure.ac: Check for readv function also.
* config.in: Regenerate.
* configure: Regenerate.
* fileread.cc (File_read::do_readv): When we don't have readv, fatal error.
* fileread.h (File_read:: max_readv_entries): Set to 1 if readv does not exist.

Attachment: readv.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]