Re: [PATCH] objdump: Fix private header ('-p') import table output for pe-aarch64
Project / Subsystem
binutils / objdump
Date
2026-07-01
Proposer
Jan Beulich <jbeulich@suse.com>
Source type
public_inbox
Consensus
Proposed
Sentiment
—/10
Technical tradeoffs
- • Ensures correct display of import tables for 64-bit PE files, improving debugging accuracy.
- • Maintains code style by adhering to line length limits.
All attributes
- project
- binutils
- subsystem
- objdump
- patch_id
- —
- discussion_id
- aad43dfe-4fb2-407c-9380-259b44c0422e@suse.com
- source_type
- public_inbox
- title
- Re: [PATCH] objdump: Fix private header ('-p') import table output for pe-aarch64
- headline
- objdump: Fix private header ('-p') import table output for pe-aarch64
- tldr
- Confirms a fix for truncated import table output in objdump for PE files on 64-bit architectures.
- proposer
- Jan Beulich <jbeulich@suse.com>
- consensus
- Proposed
- outcome
- ready
- sentiment_score
- —
- technical_tradeoffs
-
- • Ensures correct display of import tables for 64-bit PE files, improving debugging accuracy.
- • Maintains code style by adhering to line length limits.
- series_id
- —
- series_role
- standalone
- series_parts
- []
- tags
-
- • binutils
- • objdump
- • PE
- • import table
- • aarch64
- bugzilla_url
- —
- date
- 2026-07-01T00:00:00.000Z
Re: [PATCH] objdump: Fix private header ('-p') import table output for pe-aarch64
Jan Beulich LGTMs a revised patch that addresses an issue where objdump’s private header (-p) output for PE files on 64-bit architectures (like aarch64) was truncated, showing only the first import. The fix correctly distinguishes between PE32 (32-bit) and PE32+ (64-bit) formats, ensuring that 64-bit import lookup table entries are properly handled. The revised patch also adheres to 80-column line length limits.