]> Cypherpunks repositories - gostls13.git/commit
cmd/link: internal linking support for windows/arm64
authorqmuntal <quimmuntal@gmail.com>
Tue, 16 Sep 2025 16:00:10 +0000 (18:00 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Tue, 28 Oct 2025 05:57:10 +0000 (22:57 -0700)
commit9e25c2f6dee50f9ce0fcfe1807befad9e54dfe4b
treeede452f8948510084cdfa307759580399ba6df00
parentff2ebf69c4f099adf90d6c6284f2b3fd2ff789f0
cmd/link: internal linking support for windows/arm64

The internal linker was missing some pieces to support windows/arm64.

Closes #75485

Cq-Include-Trybots: luci.golang.try:gotip-windows-arm64
Change-Id: I5c18a47e63e09b8ae22c9b24832249b54f544b7e
Reviewed-on: https://go-review.googlesource.com/c/go/+/704295
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
doc/next/5-toolchain.md
src/cmd/dist/build.go
src/cmd/dist/test.go
src/cmd/link/internal/arm64/asm.go
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/loadpe/ldpe.go
src/internal/platform/supported.go