]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/loadelf: remove useless relocation size information of loong64
authorlimeidan <limeidan@loongson.cn>
Tue, 24 Oct 2023 08:41:25 +0000 (16:41 +0800)
committerGopher Robot <gobot@golang.org>
Sat, 27 Jul 2024 14:13:45 +0000 (14:13 +0000)
commitaec5cc52add9d8da0b5ac4e51758d10ee35589db
tree339bda64a6ff03d9c1ca238ff039d6a58c4be33e
parentc6117e8f05a55dad96b5d36cd04702b5424eab5a
cmd/link/internal/loadelf: remove useless relocation size information of loong64

As of CL 455017 we have switched to following the new style relocations on
loong64, these stack based relocations should be removed.

Change-Id: Ic129a5665cf6f183a32e13b6f1a55d712a99d721
Reviewed-on: https://go-review.googlesource.com/c/go/+/537335
Reviewed-by: sophie zhao <zhaoxiaolin@loongson.cn>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Auto-Submit: abner chenc <chenguoqi@loongson.cn>
Commit-Queue: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: Qiqi Huang <huangqiqi@loongson.cn>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
src/cmd/link/internal/loadelf/ldelf.go