[PATCH v6 0/5] Objdump: New feature display of global variable info based on DWARF info section

Nick Clifton nickc@redhat.com
Thu Feb 5 16:20:06 GMT 2026


Hi Guillaume,

> Thanks ! It would be great if you could apply the changes for me.
> I think Jan already applied patch 1/5 of this series and other changes have
> been made to that patch.

OK, I have gone ahead and applied patches 2 through 5.  I made a couple of small
changes:

   * I replaced "%lx" and the like in printf() statements with "%" PRIx64
     This allows the printfs to work when the binutils are compiled for 32-bit targets.

   * I added a (void) parameter to the free_mapping_info_struct() function.
     Clang complains about the missing parameter...

   * I added an entry in the binutils/NEWS file mentioning the new feature now
     supported by objdump.

Cheers
   Nick



More information about the Binutils mailing list