]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PR 33835 readelf incorrect handling of DWARF5 CU DIE addr_base attribute
authorThan McIntosh <thanm@golang.org>
Sun, 25 Jan 2026 14:19:10 +0000 (14:19 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 26 Jan 2026 01:15:27 +0000 (11:45 +1030)
commita72b83ab3792532b66cc5c472a20476a8a2fd969
tree67819598b71826b08d6a355b92f4088bfc03c363
parent6879493fcf32b3a6572fd7fc866d0937c5fd605f
PR 33835 readelf incorrect handling of DWARF5 CU DIE addr_base attribute

Users of "readelf" report problems running the tool's DWARF dump flag
on binaries built with the most recent version of the Go compiler (1.25),
Go bug report here https://github.com/golang/go/issues/77246

dwarf.c (skip_attribute <DW_FORM_string>): Skip terminating NUL too.
binutils/dwarf.c