Unreviewed changes
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: _content/doc/go1.26.md
Insertions: 2, Deletions: 2.
@@ -710,8 +710,8 @@
<!-- go.dev/issue/76244 -->
-Go 1.26 is the last release that supports the big-endian 64-bit PowerPC
-port on Linux (`GOOS=linux` `GOARCH=ppc64`) using the ELFv1 ABI.
+Go 1.26 is the last release that supports the ELFv1 ABI on the big-endian
+64-bit PowerPC port on Linux (`GOOS=linux` `GOARCH=ppc64`).
It will switch to the ELFv2 ABI in Go 1.27.
As the port does not currently support linking against other ELF objects,
we expect this change to be transparent to users.
```
Change information
Commit message:
_content/doc/go1.26: pre-announce Linux/PPC64 port switching to ELFv2 ABI
As discussed in the proposal golang/go#76244, the Linux/PPC64 port, which
currently uses ELFv1 ABI, will switch to ELFv2 ABI in the next
release, instead of being removed.
Also sort architectures in alphabetical order.
For golang/go#76244.
For golang/go#75005.
Change-Id: I73be5214ec0206cd6031106dbd75ff16effec25c
Change size: S
Delta: 1 file changed, 11 insertions(+), 9 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Austin Clements
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI