From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9D44A3858412; Mon, 11 Sep 2023 06:18:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9D44A3858412 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1694413132; bh=0pBUqsAYm5pp8RM0ADvdEVnySNMArpefCBfxaGFgcZ0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QkjHHbXU65sMDDVVh73jUQcO5xSTYUEdEhPWvZomSHGeF6R0NVp+7CcTb29Uo9OTI GTe3+tVaIY1UqybmL1ASbCyARqyNrgNYrwKqMqTAUNgYN+du4+9u4yFVzDoFF6g0Jb NSK9mcRbsVplZbtCmjWead5GAQzt4kGdPIHTe3HA= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug build/30751] [gdb/build] ODR violation for struct btrace_target_info Date: Mon, 11 Sep 2023 06:18:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build 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: unassigned 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=3D30751 --- Comment #10 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Markus Metzger : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dcdda72c2fa1e= 47c566c7b5768f3831a1cc11d263 commit cdda72c2fa1e47c566c7b5768f3831a1cc11d263 Author: Markus Metzger Date: Thu Aug 17 10:17:26 2023 +0000 gdb: c++ify btrace_target_info Following the example of private_thread_info and private_inferior, turn struct btrace_target_info into a small class hierarchy. Also merge btrace_tinfo_bts with btrace_tinfo_pt and inline into linux_btrace_target_info. Fixes PR gdb/30751. --=20 You are receiving this mail because: You are on the CC list for the bug.=