]> Cypherpunks repositories - gostls13.git/commit
runtime: remove cgocall and asmcgocall
authorAlex Brainman <alex.brainman@gmail.com>
Wed, 17 Jun 2015 06:48:02 +0000 (16:48 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Thu, 18 Jun 2015 04:42:53 +0000 (04:42 +0000)
commit2858b7384351129ee502da8c51e9625e55d88367
tree002290a261ef63ee0020de3923b8d37ca7e87646
parent24db235deb09423c3dc8274bab5c19d93f242a85
runtime: remove cgocall and asmcgocall

In preparation for rename of cgocall_errno into cgocall and
asmcgocall_errno into asmcgocall in the fllowinng CL.
rsc requested CL 9387 to be split into two parts. This is first part.

Change-Id: I7434f0e4b44dd37017540695834bfcb1eebf0b2f
Reviewed-on: https://go-review.googlesource.com/11166
Reviewed-by: Ian Lance Taylor <iant@golang.org>
15 files changed:
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_amd64p32.s
src/runtime/asm_arm.s
src/runtime/asm_arm64.s
src/runtime/asm_ppc64x.s
src/runtime/cgocall.go
src/runtime/env_posix.go
src/runtime/os1_windows.go
src/runtime/os3_solaris.go
src/runtime/os_solaris.go
src/runtime/proc.go
src/runtime/proc1.go
src/runtime/stubs.go
src/runtime/syscall_solaris.go