]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/loong64: switch Lookup function call to ABIInternal mode
authorGuoqi Chen <chenguoqi@loongson.cn>
Wed, 22 Nov 2023 00:55:40 +0000 (08:55 +0800)
committerabner chenc <chenguoqi@loongson.cn>
Mon, 11 Nov 2024 00:08:32 +0000 (00:08 +0000)
commit4b89120b124f96153c0eff3ae09975b5abb7333f
tree76b61ed14dc9858a5184c397b93fcad385c9ddcb
parent4b0da6b13feefa14e58b7524435afa5c14e7a554
cmd/internal/obj/loong64: switch Lookup function call to ABIInternal mode

CL 521790 has experimentally enabled RegABI support on Loong64, so it
is possible to switch the Lookup function call to ABIInternal mode.

Change-Id: I3ae053e20c0791efebe6b6bdc9a1550a11372bc2
Reviewed-on: https://go-review.googlesource.com/c/go/+/544435
Reviewed-by: Qiqi Huang <huangqiqi@loongson.cn>
Reviewed-by: WANG Xuerui <git@xen0n.name>
Reviewed-by: Meidan Li <limeidan@loongson.cn>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: sophie zhao <zhaoxiaolin@loongson.cn>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/internal/obj/loong64/obj.go