mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
18ad74dd36
commit
ae6c098f48
2 changed files with 5 additions and 3 deletions
|
|
@ -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 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.
|
||||
|
|
|
|||
|
|
@ -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**
|
||||
|
||||
<!-- 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) -->
|
||||
cmd/link/internal/ld: introduce -funcalign=N option
|
||||
This patch adds linker option -funcalign=N that allows to set alignment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue