diff --git a/doc/next/7-ports.md b/doc/next/7-ports.md index eb4f0d5a97..05f6840c69 100644 --- a/doc/next/7-ports.md +++ b/doc/next/7-ports.md @@ -9,3 +9,8 @@ As [announced](/doc/go1.24#darwin) in the Go 1.24 release notes, Go 1.25 require 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 + + +The linux/riscv64 port now supports the `plugin` build mode. diff --git a/doc/next/9-todo.md b/doc/next/9-todo.md index fa1c71084f..b47b026cd2 100644 --- a/doc/next/9-todo.md +++ b/doc/next/9-todo.md @@ -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** - -all: implement plugin build mode for riscv64 - cmd/link/internal/ld: introduce -funcalign=N option This patch adds linker option -funcalign=N that allows to set alignment