]> Cypherpunks repositories - gostls13.git/commit
runtime: use common library entry point on windows amd64/386
authorqmuntal <quimmuntal@gmail.com>
Tue, 23 Sep 2025 16:19:47 +0000 (18:19 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Fri, 26 Sep 2025 06:48:32 +0000 (23:48 -0700)
commitfdea7da3e68b66514c7466696ecb6b034224ded0
treead3565f1139cc25d3c241671d1fc18c25b485fbd
parente8a4f508d1140eef70463c6c085c352418e03d9c
runtime: use common library entry point on windows amd64/386

Windows can reuse the common library entry point instead of implementing
a its own version. Note that windows/arm64 already uses the common one.

Change-Id: I1a27bbec04bfd1d58a136638bafcdc0583bd106f
Reviewed-on: https://go-review.googlesource.com/c/go/+/706235
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/asm_amd64.s
src/runtime/rt0_windows_386.s
src/runtime/rt0_windows_amd64.s