aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2025-12-11 22:56:55 -0500
committerGopher Robot <gobot@golang.org>2025-12-12 08:34:26 -0800
commitb2e7f82fa73e9ec283c13687367ce8d48ce164c6 (patch)
tree05cb195836f60d50ec91057f2aa20ff3fa99d692
parent33b532a2f57ccceaeaf826d86ca10b069ce5cd9e (diff)
downloadgo-x-website-b2e7f82fa73e9ec283c13687367ce8d48ce164c6.tar.xz
_content/doc/go1.26: add release notes for register ABI on S390X
For golang/go#75005. Change-Id: Ic7c44e41f6e10622b9b35f5a6a09a68356c966b5 Reviewed-on: https://go-review.googlesource.com/c/website/+/729540 Reviewed-by: David Chase <drchase@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: David Chase <drchase@google.com>
-rw-r--r--_content/doc/go1.26.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/_content/doc/go1.26.md b/_content/doc/go1.26.md
index 87f6510b..18aaece6 100644
--- a/_content/doc/go1.26.md
+++ b/_content/doc/go1.26.md
@@ -644,5 +644,11 @@ Go 1.26 is the last release that supports the big-endian 64-bit PowerPC
port on Linux (`GOOS=linux` `GOARCH=ppc64`).
The port will be removed in Go 1.27.
+### S390X
+
+<!-- CL 719482 -->
+
+The `s390x` port now supports passing function arguments and results using registers.
+
[laelf-20250521]: https://github.com/loongson/la-abi-specs/blob/v2.40/laelf.adoc
[rfc 9180]: https://rfc-editor.org/rfc/rfc9180.html