From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D2C55385782A; Mon, 27 Nov 2023 21:53:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2C55385782A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1701122014; bh=lsA7xB12AeKPDTY3vBpsmSWsG7NWUkg9ew4ipZA9Q4g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MHh2dV0msPww5BCoauU4UCDDRQytpA0XbchKl9taKiPvNz/1kWtWmC9lUiG+31sgS se/VK8WjKU06SANHJvLQzkyt9vISNcQC4Fu6j2vJ0K3o7StZ5oIFgQAf4f4wDVBbS3 hBIV5H2sob6Yg4XYKqkRsIsiMxADeF5aHknIvxI0= 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 21:53:34 +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 #6 from Sourceware Commits --- The master branch has been updated by John Baldwin : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D66637e209cc8= 36c19a21a28e91046649c7702037 commit 66637e209cc836c19a21a28e91046649c7702037 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 --=20 You are receiving this mail because: You are on the CC list for the bug.=