[Bug testsuite/34157] [gdb/testsuite] Fix readelf warnings/error in dwarf assembly test-case
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Thu May 21 15:19:49 GMT 2026
https://sourceware.org/bugzilla/show_bug.cgi?id=34157
--- Comment #3 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom de Vries <vries@sourceware.org>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c69713237efb6aab5a585b76c7082f74230676c9
commit c69713237efb6aab5a585b76c7082f74230676c9
Author: Tom de Vries <tdevries@suse.de>
Date: Thu May 21 17:19:27 2026 +0200
[gdb/testsuite] Clean up duplicate .debug_aranges terminators
I came across duplicate .debug_aranges terminators:
...
aranges {} cu_start {
arange {} 0 0
}
...
The dwarf assembler already generates a terminator, so there's no need to
generate another one.
Remove these.
Approved-By: Tom Tromey <tom@tromey.com>
Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34157
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Gdb-prs
mailing list