]> Cypherpunks repositories - gostls13.git/commit
cmd/dist, cmd/link, internal, runtime: implement buildmode=plugin for linux/loong64
authorWANG Xuerui <git@xen0n.name>
Tue, 13 Dec 2022 08:30:45 +0000 (16:30 +0800)
committerDavid Chase <drchase@google.com>
Tue, 21 Nov 2023 18:56:21 +0000 (18:56 +0000)
commitd7fcb5cf80953f1d63246f1ae9defa60c5ce2d76
tree7dcd3bcf9bf99162cac908928986e8bb1740c2ee
parent7b26cb954050291b593b36170d25214e948ceba5
cmd/dist, cmd/link, internal, runtime: implement buildmode=plugin for linux/loong64

According to review, buildmode=shared has unfixed shortcomings and
should be considered legacy at this time. So only buildmode=plugin is
going to be added for loong64 which is a relatively new platform.

Change-Id: Iac0b9f57e4ee01755458e180bb24d1b2a146fdf0
Reviewed-on: https://go-review.googlesource.com/c/go/+/480878
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: WANG Xuerui <git@xen0n.name>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: Meidan Li <limeidan@loongson.cn>
src/cmd/dist/test.go
src/cmd/link/internal/loong64/asm.go
src/internal/platform/supported.go
src/runtime/asm_loong64.s