]> Cypherpunks repositories - gostls13.git/commit
runtime: move loong64 library entry point to os-agnostic file
authorqmuntal <quimmuntal@gmail.com>
Wed, 24 Sep 2025 08:34:25 +0000 (10:34 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Wed, 1 Oct 2025 06:52:53 +0000 (23:52 -0700)
commiteb1c7f6e69b0e62067ff22a0656cedff792c8438
tree7e30fafed9132ac8f2d96cc4db8bacb99620358b
parentc9257151e5600af10cdd6c6db907ed83811a54a4
runtime: move loong64 library entry point to os-agnostic file

The library entry point for loong64 is agnostic to the OS, so move it to
asm_loong64.s. This is similar to what we do for other architectures.

Cq-Include-Trybots: luci.golang.try:gotip-linux-loong64
Change-Id: I6915eb76d3ea72a779e05e78d85f24793169c61f
Reviewed-on: https://go-review.googlesource.com/c/go/+/706416
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/asm_loong64.s
src/runtime/rt0_linux_loong64.s