Landing: 1678d7d3d2e4

Project / Subsystem

binutils / binutils

Date

2026-05-22

Author

Tom de Vries

Commit

1678d7d3d2e4cf83cda5a96334a0326573ad0f7c

Source

public_inbox

Perf win

No

Breaking

No

All attributes

project
binutils
subsystem
binutils
patch_id
commit_hash
1678d7d3d2e4cf83cda5a96334a0326573ad0f7c
source_type
public_inbox
headline
Readelf now handles implicit const in .debug_names sections.
tldr
Readelf now correctly parses DWARF debug information with DW_FORM_implicit_const entries in the .debug_names section.
author
Tom de Vries
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • binutils
  • dwarf
  • debug
  • readelf
discussion_id_link
bugzilla_pr
date
2026-05-22T00:00:00.000Z

Readelf now supports DW_FORM_implicit_const entries in the .debug_names section of DWARF debug information. Previously, readelf would fail to parse debug information containing this form, leading to errors and incomplete output. This update allows readelf to correctly interpret the debug information and display the relevant symbols.