relocations not showing in objdump 2.45

Paul Edwards mutazilah@gmail.com
Wed Oct 1 15:43:02 GMT 2025


Not sure if I'm doing something wrong.

I have a Win64 exeuctable file mcc.exe at https://pdos.org/temp.zip

With objdump from binutils 2.45 built on Linux by
targeting x86_64-mingw64, if I do:

objdump -x mcc.exe

I get all the headers, including a lot of relocations, all
of which appear to be DIR64.

If I do:

objdump -r mcc.exe

it simply tells me that the file format is pei-x86-64

I was expecting to see all those DIR64 relocations.

I tried -R as well, but that appears to be something unrelated.

I have a workaround already, so I'm not waiting for a fix
for anything - just thought I'd let you know.

Thanks. Paul.


More information about the Binutils mailing list