mirror of
https://github.com/golang/go.git
synced 2026-06-27 03:11:23 +00:00
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:
parent
4b77d329ea
commit
c07a0f09b8
1 changed files with 10 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue