doc/next: add release note for riscv64 plugin build mode

Change-Id: I9df20038cc1d6bf86f789e962903766856555a13
Reviewed-on: https://go-review.googlesource.com/c/go/+/676956
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
This commit is contained in:
Michael Anthony Knyszek 2025-05-28 17:48:40 +00:00 committed by Gopher Robot
parent 18ad74dd36
commit ae6c098f48
2 changed files with 5 additions and 3 deletions

View file

@ -9,3 +9,8 @@ As [announced](/doc/go1.24#darwin) in the Go 1.24 release notes, Go 1.25 require
<!-- go.dev/issue/71671 --> <!-- go.dev/issue/71671 -->
Go 1.25 is the last release that contains the [broken](/doc/go1.24#windows) 32-bit windows/arm port (`GOOS=windows` `GOARCH=arm`). It will be removed in Go 1.26. Go 1.25 is the last release that contains the [broken](/doc/go1.24#windows) 32-bit windows/arm port (`GOOS=windows` `GOARCH=arm`). It will be removed in Go 1.26.
### RISC-V
<!-- CL 420114 -->
The linux/riscv64 port now supports the `plugin` build mode.

View file

@ -5,9 +5,6 @@ Output from relnote todo that was generated and reviewed on 2025-05-23, plus sum
**Please turn these into proper release notes** **Please turn these into proper release notes**
<!-- TODO: CL 420114 has a RELNOTE comment without a suggested text (from RELNOTE comment in https://go.dev/cl/420114) -->
all: implement plugin build mode for riscv64
<!-- TODO: CL 660996 has a RELNOTE comment without a suggested text (from RELNOTE comment in https://go.dev/cl/660996) --> <!-- TODO: CL 660996 has a RELNOTE comment without a suggested text (from RELNOTE comment in https://go.dev/cl/660996) -->
cmd/link/internal/ld: introduce -funcalign=N option cmd/link/internal/ld: introduce -funcalign=N option
This patch adds linker option -funcalign=N that allows to set alignment This patch adds linker option -funcalign=N that allows to set alignment