relocations not showing in objdump 2.45

Maciej W. Rozycki macro@orcam.me.uk
Wed Oct 8 03:01:16 GMT 2025
On Wed, 1 Oct 2025, Paul Edwards wrote:

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

 Use `objdump -p'; for some reason PE image fixups aren't handled with -R 
even though technically they're dynamic (load-time) relocations.

  Maciej


More information about the Binutils mailing list