From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D6929385829B; Tue, 28 Jan 2025 17:56:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6929385829B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1738086994; bh=XtZAo/R7fPamMtqZvewn4zIFOaZY6xo5aNSA8yhf69s=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SQoWVonTbz719/5KcBpBt85fi6gR3YfgIYBl9fg9V5y0I57lqordByJdeVIu5Nb3L 72+USdyBX2gj4ewvNcnUnfMFTUxBWMIUUvXnIpqGn/HKIfBD8bOhYh3JDX8jVb8Gjt XiU+AE43bseaDESKGsvTb20noFPBWZaX0lGANnR8= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug ada/31378] Ada test suite regression with mold Date: Tue, 28 Jan 2025 17:56:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: ada 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=3D31378 --- 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=3Dae700d95c663= 40d7e1cfc6b2d72480caed929eb0 commit ae700d95c66340d7e1cfc6b2d72480caed929eb0 Author: Tom Tromey Date: Mon Jan 13 10:39:50 2025 -0700 Fix gdb.ada/import.exp when using mold We found that the gdb.ada/import.exp test fails when 'mold' is used as the linker. This happens because mold decides to mark most of the symbols in the executable as being file-local. I tend to think this choice, while non-traditional, is probably fine. So, this patch fixes the problem by changing the relevant Ada code to look for file-local symbols as well. Furthermore, there are two overloads of lookup_minimal_symbol_linkage that both have a final 'bool' parameter -- but with radically different meanings. This patch somewhat clears up this confusion as well. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31378 --=20 You are receiving this mail because: You are on the CC list for the bug.=