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

           Summary: MinGW linker can't send output to /dev/null
           Product: binutils
           Version: 2.22 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
        AssignedTo: unassig...@sources.redhat.com
        ReportedBy: d.g.gorbac...@gmail.com


Error message: "/dev/null: final close failed: File truncated".

It fails in coff_apply_checksum() in bfd/coffcode.h:

  if (!coff_read_word (abfd, &peheader))
    return FALSE;

Maybe it should just ignore that error.

-- 
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