From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1A74B3858420; Mon, 27 Nov 2023 22:00:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1A74B3858420 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701122409; bh=S0vX0c10UBCZu4EX5/80oNuuUqa9Q/nMmn74Phi/7rs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MLQrdSSLfCDYsjCrQ3cpLOD35g525o4DZ1oq72b1rCmOLmkxrUoYCO8TqVd6NkpHX /YVAxWOG5DOvjaAHeYJW+dPA/8TsDXJCR9CB+Bf4M0MqA4uP2HYMYdxVt8e1NCntlD BEE2pIxim+fsjNQ8BS7UPWf+8fr/XCzPKK8/d0TI= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/30912] Regression: make check TESTS="gdb.base/gcore.exp" RUNTESTFLAGS="--target_board=native-extended-gdbserver" Date: Mon, 27 Nov 2023 22:00:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb 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: jhb at FreeBSD dot org X-Bugzilla-Target-Milestone: 14.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=3D30912 --- Comment #7 from Sourceware Commits --- The gdb-14-branch branch has been updated by John Baldwin : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D823c11ef481a= cd1b1e768302e702ae998cc1de70 commit 823c11ef481acd1b1e768302e702ae998cc1de70 Author: John Baldwin Date: Mon Nov 27 13:53:22 2023 -0800 i386: Use a fallback XSAVE layout for remote targets If a target provides a target description including registers from the XSAVE extended region, but does not provide an XSAVE layout, use a fallback XSAVE layout based on the included registers. This fallback layout matches GDB's behavior in earlier releases which assumes the layout from Intel CPUs. This fallback layout is currently only used for remote targets since native targets which support XSAVE provide an explicit layout derived from CPUID. PR gdb/30912 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30912 Approved-By: Simon Marchi (cherry picked from commit 66637e209cc836c19a21a28e91046649c7702037) --=20 You are receiving this mail because: You are on the CC list for the bug.=