]> Cypherpunks repositories - gostls13.git/commit
runtime: consolidate function descriptor definitions on PPC64
authorMichael Pratt <mpratt@google.com>
Mon, 17 Apr 2023 18:41:10 +0000 (14:41 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 18 Apr 2023 22:20:51 +0000 (22:20 +0000)
commit1064335047776c371599c2d7ba716ffadd26d28b
tree5e4e899da2d3fbe3a62fe29bc224bc17dc099a39
parent6b165577fee2e9313bfd1ae2a07c89e41c86426e
runtime: consolidate function descriptor definitions on PPC64

This reapplies CL 481075, which was a reappliation of CL 478917.

This CL has been reverted twice now due to conflicts with CL 392854 /
CL 481061, which had bugs and had to be reverted.

Now this CL skips the conflicting changes to runtime/cgo/asm_ppc64x.s,
which will be merged directly into a new version of CL 392854 /
CL 481061. That way, if there are _more_ issues, this CL need not be
involved in any more reverts.

Change-Id: I2801b918faf9418dd0edff19f2a63f4d9e08896c
Reviewed-on: https://go-review.googlesource.com/c/go/+/485335
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/runtime/asm_ppc64x.h
src/runtime/asm_ppc64x.s
src/runtime/rt0_aix_ppc64.s
src/runtime/rt0_linux_ppc64.s
src/runtime/sys_linux_ppc64x.s