Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: i686-pc-mingw32-readelf reports "Not an ELF file"

https://bugzilla.redhat.com/show_bug.cgi?id=507178

           Summary: i686-pc-mingw32-readelf reports "Not an ELF file"
           Product: Fedora
           Version: 11
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: mingw32-binutils
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Fedora


Description of problem:
i686-pc-mingw32-readelf reports "Not an ELF file" to the exe file produes by
i686-pc-mingw32-gcc.

Version-Release number of selected component (if applicable):
mingw32-binutils-2.19.1-4.fc11.i586

How reproducible:
$ cat 1.c
#include <stdio.h>

int main()
{
    printf("hellwolf\n");
}
$ i686-pc-mingw32-gcc 1.c
$ i686-pc-mingw32-readelf -d a.exe 
readelf: Error: Not an ELF file - it has the wrong magic bytes at the start

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
fedora-mingw mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/fedora-mingw

Reply via email to