]> Cypherpunks repositories - gostls13.git/commit
runtime: implement runtime entry for linux/loong64
authorXiaodong Liu <liuxiaodong@loongson.cn>
Thu, 19 May 2022 12:01:10 +0000 (20:01 +0800)
committerGopher Robot <gobot@golang.org>
Fri, 20 May 2022 15:12:31 +0000 (15:12 +0000)
commit2a5ceaaa78e4643ff7ef38312f23a25d7c99c44f
tree5e8f6114f9ece7e4a838c060ab4582f49c091179
parent5370494577bb0844d3fdfa6bebd27bf9285bb764
runtime: implement runtime entry for linux/loong64

Contributors to the 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: I252ecd0b13580c5e71723715023b1951985045f3
Reviewed-on: https://go-review.googlesource.com/c/go/+/342322
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/runtime/asm_loong64.s [new file with mode: 0644]
src/runtime/atomic_loong64.s [new file with mode: 0644]
src/runtime/cputicks.go
src/runtime/os_linux_loong64.go [new file with mode: 0644]
src/runtime/os_linux_noauxv.go
src/runtime/rt0_linux_loong64.s [new file with mode: 0644]
src/runtime/sys_loong64.go [new file with mode: 0644]