]> Cypherpunks repositories - gostls13.git/commit
runtime: darwin/arm64 support
authorShenghou Ma <minux@golang.org>
Sat, 11 Apr 2015 02:14:43 +0000 (22:14 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Thu, 16 Apr 2015 13:01:19 +0000 (13:01 +0000)
commit4a71b91d294189e8ad7de8c10079be6baff3ede4
treec8a10e4a0c762c3513f976438b6b6e1b8e8627cf
parent110fa22c4562b0f9ada3c81b9bceeb76763f5608
runtime: darwin/arm64 support

Change-Id: I3b3f80791a1db4c2b7318f81a115972cd2237f03
Signed-off-by: Shenghou Ma <minux@golang.org>
Reviewed-on: https://go-review.googlesource.com/8782
Reviewed-by: David Crawshaw <crawshaw@golang.org>
12 files changed:
src/runtime/arch1_arm64.go
src/runtime/asm_arm64.s
src/runtime/defs_darwin_arm64.go [new file with mode: 0644]
src/runtime/lfstack_darwin_arm64.go [new file with mode: 0644]
src/runtime/malloc.go
src/runtime/os_darwin_arm64.go [new file with mode: 0644]
src/runtime/rt0_darwin_arm64.s [new file with mode: 0644]
src/runtime/signal_arm64.go
src/runtime/signal_darwin_arm64.go [new file with mode: 0644]
src/runtime/sys_darwin_arm64.s [new file with mode: 0644]
src/runtime/tls_arm64.h
src/runtime/tls_arm64.s