doc: document new ppc64/linux features

Updates #76244

Change-Id: Id5dac150a179246d3b73dfdab6653b362cbbded9
Reviewed-on: https://go-review.googlesource.com/c/go/+/777620
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Bypass: Dmitri Shuralyov <dmitshur@golang.org>
Commit-Queue: Paul Murphy <paumurph@redhat.com>
Auto-Submit: Paul Murphy <paumurph@redhat.com>
This commit is contained in:
Paul Murphy 2026-05-13 08:27:01 -05:00 committed by Gopher Robot
parent 4b77d329ea
commit c07a0f09b8

View file

@ -6,3 +6,13 @@
As [announced](go1.26#darwin) in the Go 1.26 release notes,
Go 1.27 requires macOS 13 Ventura or later;
support for previous versions has been discontinued.
### Linux {#linux}
<!-- go.dev/issue/76244 -->
On ppc64, the ABI has been migrated to ELFv2. This change
has no effect for those building and running pure Go
binaries.
On ppc64, external linking, cgo, and PIE binaries are now
supported. Using these features requires an ELFv2 compatible
runtime (libc, kernel, and all linked and loaded libraries).