Change information
Commit message:
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
Files:
- M src/runtime/asm_loong64.s
- M src/runtime/rt0_linux_loong64.s
Change size: M
Delta: 2 files changed, 53 insertions(+), 48 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +1 by Cherry Mui, +1 by Keith Randall, +2 by abner chenc
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI