Landing: de5bd217372a

Project / Subsystem

binutils / objdump

Date

2026-07-02

Author

Jon Turney

Commit

de5bd217372a41c119492ef90ebd53eaae78f248

Source

public_inbox

Perf win

No

Breaking

No

All attributes

project
binutils
subsystem
objdump
patch_id
commit_hash
de5bd217372a41c119492ef90ebd53eaae78f248
source_type
public_inbox
headline
objdump: Fix PE import table for 64-bit architectures
tldr
Corrects objdump's display of PE import tables on 64-bit architectures like aarch64.
author
Jon Turney
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • binutils
  • objdump
  • pe format
  • aarch64
discussion_id_link
bugzilla_pr
date
2026-07-02T00:00:00.000Z

GNU objdump has been fixed to correctly display the entire import table for Portable Executable (PE) files on 64-bit architectures. Previously, the output was truncated after the first import entry on architectures other than x86_64. The fix ensures that the import lookup table, which contains 64-bit entries on PE32+ formats, is parsed and displayed correctly.