]> Cypherpunks repositories - gostls13.git/commit
cmd/link: add support for trampoline insertation on loong64
authorlimeidan <limeidan@loongson.cn>
Wed, 1 Nov 2023 09:25:20 +0000 (17:25 +0800)
committerabner chenc <chenguoqi@loongson.cn>
Fri, 9 Aug 2024 00:43:42 +0000 (00:43 +0000)
commit1d925fcc7e0b4c2fb9e671f5c868e52c6a48db1f
tree4902e5eee7cb45aa010d1ff840c6846828945aac
parent84266e1469cfa6fa8e1b41518528a96950db7562
cmd/link: add support for trampoline insertation on loong64

Change-Id: I58c861d8403a77c1f3b55207d46076ba76eb1d45
Reviewed-on: https://go-review.googlesource.com/c/go/+/540755
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: sophie zhao <zhaoxiaolin@loongson.cn>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Qiqi Huang <huangqiqi@loongson.cn>
src/cmd/link/internal/ld/data.go
src/cmd/link/internal/loong64/asm.go
src/cmd/link/internal/loong64/obj.go
src/cmd/link/link_test.go