]> Cypherpunks repositories - gostls13.git/commit
runtime: set up C TLS and save g to it on ppc64
authorAustin Clements <austin@google.com>
Tue, 16 Dec 2014 22:14:00 +0000 (17:14 -0500)
committerAustin Clements <austin@google.com>
Wed, 7 Jan 2015 20:36:19 +0000 (20:36 +0000)
commitf1c4444dfcca5967543d43190b6c80c9254b99ac
tree8ab1161d616799390899110a2c0dc7556c49c741
parentbbd2127909c6040cd8bb75108a5ecc82eddfb405
runtime: set up C TLS and save g to it on ppc64

Cgo will need this for calls from C to Go and for handling signals
that may occur in C code.

Change-Id: I50cc4caf17cd142bff501e7180a1e27721463ada
Reviewed-on: https://go-review.googlesource.com/2008
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/arch1_ppc64.go
src/runtime/arch1_ppc64le.go
src/runtime/asm_ppc64x.s
src/runtime/rt0_linux_ppc64le.s
src/runtime/tls_ppc64x.s [new file with mode: 0644]