]> Cypherpunks repositories - gostls13.git/commit
runtime: add runtime changes for register ABI on ppc64x
authorLynn Boger <laboger@linux.vnet.ibm.com>
Wed, 22 Sep 2021 19:50:29 +0000 (14:50 -0500)
committerLynn Boger <laboger@linux.vnet.ibm.com>
Mon, 27 Sep 2021 11:52:07 +0000 (11:52 +0000)
commit6e5dd0b59bd1380542666d12eaf9f415dea162f6
tree985a4595f5f6854b5c6e1bf984aae0ef5845f27c
parentdac89a9d7fb253d30e5161e9ff6d80fbdfc79d75
runtime: add runtime changes for register ABI on ppc64x

This adds the changes for the register ABI in the runtime
functions for ppc64x:
- Add spill functions used by runtime
- Add ABIInternal to functions

Some changes were needed to the stubs files
due to vet issues when compiling for linux/ppc64.

Change-Id: I010ddbc774ed4f22e1f9d77833bd55b919d95c99
Reviewed-on: https://go-review.googlesource.com/c/go/+/351590
Trust: Lynn Boger <laboger@linux.vnet.ibm.com>
Run-TryBot: Lynn Boger <laboger@linux.vnet.ibm.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/asm_ppc64x.s
src/runtime/stubs_ppc64.go
src/runtime/stubs_ppc64x.go [moved from src/runtime/stubs_ppc64le.go with 56% similarity]