From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1B6EA3858D34; Fri, 1 Mar 2024 00:14:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1B6EA3858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709252094; bh=tZfyMepru4irk4msGaE8HAq9PDz6b3AsQmdE+xz6VRc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Z5Yj26qa3GPNNNZH4aypNnacFVrHiDeOSQhEXNT9EbxzO5iMhma4DbS/CwaneCvtO 1UPXKPXhWRw0WXJjIieG2MizEwwiy0Ri1DMVXzxcMQOVdvzVWwueWb3oFBvSgaYSwk MDkit6eExhYkmApqv192WNQHTpmU0Zc1NMvbOyeA= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/31361] .debug_names uses wrong form for DW_IDX_die_offset Date: Fri, 01 Mar 2024 00:14:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: symtab X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tromey at sourceware dot org X-Bugzilla-Target-Milestone: 15.1 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31361 --- Comment #4 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D932e5949a9f3= 66d149b1b9093c49225502dee890 commit 932e5949a9f366d149b1b9093c49225502dee890 Author: Tom Tromey Date: Fri Feb 9 17:40:35 2024 -0700 Use DW_FORM_ref_addr for DIE offset in .debug_names Today I realized that while the .debug_names writer uses DW_FORM_udata for the DIE offset, DW_FORM_ref_addr would be more appropriate here. This patch makes this change. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31361 --=20 You are receiving this mail because: You are on the CC list for the bug.=