Landing: c5590002d8ee
Project / Subsystem
binutils / binutils/i386-dis.c
Date
2026-05-24
Author
H.J. Lu <hjl@sourceware.org>
Commit
c5590002d8ee23c8ee3d64803e4e03c5992903c1
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- binutils/i386-dis.c
- patch_id
- —
- commit_hash
- c5590002d8ee23c8ee3d64803e4e03c5992903c1
- source_type
- public_inbox
- headline
- i386-dis.c: Remove trailing spaces
- tldr
- Removes trailing spaces from disassembled i386 instructions in `i386-dis.c`.
- author
- H.J. Lu <hjl@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • disassembler
- • i386
- • cosmetic
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-24T00:00:00.000Z
This commit removes trailing spaces in the output of the i386 disassembler. This cosmetic change improves the readability of disassembled code by ensuring cleaner formatting.