diff options
| author | Xiaodong Liu <liuxiaodong@loongson.cn> | 2021-08-15 16:01:31 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-05-11 20:11:34 +0000 |
| commit | c1105cfd435c84f3454822fdccfe0c8ab7d8f621 (patch) | |
| tree | 4b5d858d6b55cc38b2e839b0d7ea225d5ede4b2c /src/cmd/internal/obj/link.go | |
| parent | 857cda4625b31d6725fb96148da2a5fca58df2cb (diff) | |
| download | go-c1105cfd435c84f3454822fdccfe0c8ab7d8f621.tar.xz | |
cmd/internal/obj{,/loong64}: instructions and registers for loong64
Implemented an assembler for LoongArch64(loong64 is short name) -
this provides register definitions and instruction encoding as
defined in the LoongArch Instruction Set Manual.
LoongArch Instruction Set Manual:
https://github.com/loongson/LoongArch-Documentation/releases
Contributors to the linux/loong64 port are:
Weining Lu <luweining@loongson.cn>
Lei Wang <wanglei@loongson.cn>
Lingqin Gong <gonglingqin@loongson.cn>
Xiaolin Zhao <zhaoxiaolin@loongson.cn>
Meidan Li <limeidan@loongson.cn>
Xiaojuan Zhai <zhaixiaojuan@loongson.cn>
Qiyuan Pu <puqiyuan@loongson.cn>
Guoqi Chen <chenguoqi@loongson.cn>
This port has been updated to Go 1.15.6:
https://github.com/loongson/go
Updates #46229
Change-Id: I930d2a19246496e3ca36d55539183c0f9f650ad9
Reviewed-on: https://go-review.googlesource.com/c/go/+/342309
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/cmd/internal/obj/link.go')
| -rw-r--r-- | src/cmd/internal/obj/link.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/internal/obj/link.go b/src/cmd/internal/obj/link.go index 5f6c135f8c..8a50b2e4fe 100644 --- a/src/cmd/internal/obj/link.go +++ b/src/cmd/internal/obj/link.go @@ -442,6 +442,7 @@ const ( ABasePPC64 ABaseARM64 ABaseMIPS + ABaseLoong64 ABaseRISCV ABaseS390X ABaseWasm |
