From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4FEAC385828A; Mon, 17 Oct 2022 16:11:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FEAC385828A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666023062; bh=8k6aUlbpoFHtAEhi7B8D6ld2k92eMu3Jnnqew6yAfbo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=R4jcdoosYy5oCwmzBoT0/2H2kBVOitW+sGqCkIZsZEiHqt24NltpLoAi7sf4MX3Zy K4fskhy1wuQ6rhAgptqJIlEbnDHV3rM2uBY3YsGrtmseNGDe8DdI5w7stDLdflt42O 37okMk8h0PWEhElh+SCjn0Zp3ArXyhS9UKdUhc6k= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug symtab/29179] [cc-with-gdb-index] FAIL: gdb.ada/O2_float_param.exp: scenario=all: gdb_breakpoint: set breakpoint at increment Date: Mon, 17 Oct 2022 16:11:01 +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: 13.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=3D29179 --- Comment #6 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom Tromey : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D5fea97943259= a2bd997f92ffa66116b5c0d4eaab commit 5fea97943259a2bd997f92ffa66116b5c0d4eaab Author: Tom Tromey Date: Thu Sep 22 08:43:47 2022 -0600 Improve Ada support in .gdb_index The cooked index work changed how .gdb_index is constructed, and in the process broke .gdb_index support. This is PR symtab/29179. This patch partially fixes the problem. It arranges for Ada names to be encoded in the form expected by the index code. In particular, linkage names for Ada are emitted, including the "main" name; names are Ada-encoded; and names are no longer case-folded, something that prevented operator names from round-tripping correctly. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29179 --=20 You are receiving this mail because: You are on the CC list for the bug.=