]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal: remove trampoline for plt on loong64
authorlimeidan <limeidan@loongson.cn>
Wed, 5 Mar 2025 09:47:41 +0000 (17:47 +0800)
committerabner chenc <chenguoqi@loongson.cn>
Thu, 6 Mar 2025 08:18:36 +0000 (00:18 -0800)
commit6cb8c839f931540c9e5451a9514c728025c0aaaf
tree3d4605ff15fdd856ad771ae0d694642af73e77b9
parent6ba91df153dfe955f38e326c18ee38999571837b
cmd/link/internal: remove trampoline for plt on loong64

When trampoline is called, the plt symbol has not been
added. If we add tramp here, plt will not work.

Change-Id: I64e5d2be9e08f78ca5e8a9dcb267620a481d4416
Reviewed-on: https://go-review.googlesource.com/c/go/+/654918
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
src/cmd/link/internal/loong64/asm.go