]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: darwin/arm64 support
authorShenghou Ma <minux@golang.org>
Sat, 11 Apr 2015 02:16:11 +0000 (22:16 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Thu, 16 Apr 2015 12:50:49 +0000 (12:50 +0000)
commit828de09f8bfb64fc7d3eee728e7292055fd25364
treee502bc3770f5ff486117c5038f61efcb47efdf17
parente2cb9beb9064bbcfd7cf0c29f3f907584587e543
runtime/cgo: darwin/arm64 support

Fixes #10116.

Change-Id: I3b3f80791a1db4c2b7318f81a115972cd2237f05
Signed-off-by: Shenghou Ma <minux@golang.org>
Reviewed-on: https://go-review.googlesource.com/8784
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/runtime/cgo/cgo.go
src/runtime/cgo/gcc_arm64.S
src/runtime/cgo/gcc_darwin_arm64.c [new file with mode: 0644]