[Bug 267788] Go testsuite fails in armv7 jail on arm64 host, but not on armv7 host

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 16 Oct 2023 20:30:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267788

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=ccd0f34d8585cba727dd17a381309855af655b82

commit ccd0f34d8585cba727dd17a381309855af655b82
Author:     Olivier Houchard <cognet@FreeBSD.org>
AuthorDate: 2023-10-16 20:18:24 +0000
Commit:     Olivier Houchard <cognet@FreeBSD.org>
CommitDate: 2023-10-16 20:29:06 +0000

    arm64/compat32: Fix handling of 32bits FP registers.

    We must consider the aarch32 FP registers as 16 128bits registers, and
store
    that as the first 16 aarch64 FP registers.

    PR: 267788
    MFC After: 1 week

 sys/arm64/arm64/freebsd32_machdep.c | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.