From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8E4E7385E83A; Fri, 31 May 2024 14:26:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E4E7385E83A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717165602; bh=OM0M5f3R8sE6Pt0P4l4GlbyTd4nKJN0CQ+iM7TU71R0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Hh+nOveggxyCHfdMpXIpSQvEdiXB/LTsOJrkbsBDXfYlkW1twBoCgrchCa5AtweDf h24EYUAIKa4m+hLT3yi02AbLT4/lmyC1+NbYChOUG98xUjJzgvZRy836cnK97nbJjw dDzR0HLxXqTZtmA6qBX9nBnQxKaSGsRjcwKuJMR8= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/31821] move index_addrmap from dwarf2_per_bfd to mapped_gdb_index Date: Fri, 31 May 2024 14:26:42 +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: --- 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=3D31821 --- Comment #3 from Sourceware Commits --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D2e3b7a389307= 30b98e41f1393f8479488debb823 commit 2e3b7a38930730b98e41f1393f8479488debb823 Author: Tom Tromey Date: Thu May 30 10:39:17 2024 -0600 Move dwarf2_per_bfd::index_addrmap to mapped_gdb_index dwarf2_per_bfd::index_addrmap is only used by the .gdb_index reader, so this field can be moved to mapped_gdb_index instead. Then, cooked_index_functions::find_per_cu can be removed in favor of a method on the index object. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31821 Approved-By: Simon Marchi --=20 You are receiving this mail because: You are on the CC list for the bug.=