]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: linux/arm64 cgo support
authorShenghou Ma <minux@golang.org>
Fri, 3 Apr 2015 08:37:20 +0000 (04:37 -0400)
committerMinux Ma <minux@golang.org>
Wed, 8 Apr 2015 09:08:12 +0000 (09:08 +0000)
commit0accc80fbbf483a8d120079bc4bc91cade8b87f2
tree6980702dcc08e3d32b8e3a6ccc604203b40d050f
parent6e3a2a3f9fcd476a50ec75f7dd2db7adfe12ab57
runtime/cgo: linux/arm64 cgo support

Change-Id: I309e3df7608b9eef9339196fdc50dedf5f9439f2
Reviewed-on: https://go-review.googlesource.com/8439
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
src/runtime/cgo/asm_arm64.s [new file with mode: 0644]
src/runtime/cgo/gcc_arm64.S [new file with mode: 0644]
src/runtime/cgo/gcc_linux_arm64.c [new file with mode: 0644]