http://sourceware.org/bugzilla/show_bug.cgi?id=13292

             Bug #: 13292
           Summary: Binutils uses "struct stat" instead of "#include
                    <sys/stat.h>"
           Product: binutils
           Version: 2.23 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassig...@sourceware.org
        ReportedBy: pgqui...@elpauer.org
    Classification: Unclassified


Created attachment 5984
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5984
Fix

mingw-w64 recently implemented support for large files using
_FILE_OFFSET_BITS=64.

Binutils uses "struct stat" instead of "#include <sys/stat.h>", which makes it
fail to compile with mingw-w64 trunk.

The attached patch fixes the issue.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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