]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/loong64: rename Class to represent the external symbol address
authorlimeidan <limeidan@loongson.cn>
Fri, 12 Jan 2024 01:58:35 +0000 (09:58 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 31 Jul 2024 15:36:31 +0000 (15:36 +0000)
commit0214749fef334f9879287d6eec3f059e803a5270
tree83e89285b8b918e9f8dba19f957294d7514fb3c8
parentd32133af7791325afd30ba999c2e11bf5c82b6f6
cmd/internal/obj/loong64: rename Class to represent the external symbol address

There is no need to define another C_SECON Class to express short
external symbol address, because the external symbol address is unknown
in assembler, relocate it in linker.

Change-Id: Id9fbd848c43ca63a21f2b6640e947140c26eeaf7
Reviewed-on: https://go-review.googlesource.com/c/go/+/565624
Reviewed-by: Qiqi Huang <huangqiqi@loongson.cn>
Reviewed-by: sophie zhao <zhaoxiaolin@loongson.cn>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: abner chenc <chenguoqi@loongson.cn>
src/cmd/internal/obj/loong64/a.out.go
src/cmd/internal/obj/loong64/asm.go
src/cmd/internal/obj/loong64/cnames.go