Bug 6838 - objdump can't recognize pe32+ objects.
Summary: objdump can't recognize pe32+ objects.
Status: RESOLVED INVALID
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.18
: P2 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-12 13:27 UTC by Pawel Sikora
Modified: 2008-08-12 13:37 UTC (History)
1 user (show)

See Also:
Host: x86_64-gnu-linux
Target: x86_64-mingw32
Build: x86_64-gnu-linux
Last reconfirmed:


Attachments
testcase (5.60 KB, application/octet-stream)
2008-08-12 13:28 UTC, Pawel Sikora
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Sikora 2008-08-12 13:27:31 UTC
$ file bug/hello.exe
bug/hello.exe: PE32+ executable for MS Windows (console)

$ objdump -h bug/hello.exe
objdump: bug/hello.exe: File format is ambiguous
objdump: Matching formats: efi-app-x86_64 efi-bsdrv-x86_64 efi-rtdrv-x86_64

$ objdump --version
GNU objdump (Linux/GNU Binutils) 2.18.50.0.8.20080709
Comment 1 Pawel Sikora 2008-08-12 13:28:56 UTC
Created attachment 2904 [details]
testcase
Comment 2 Pawel Sikora 2008-08-12 13:37:35 UTC
arghhh, i've ran wrong objdump (native objdump instead of x86_64-mingw32-objdump).