]> Cypherpunks repositories - gostls13.git/commit
cmd/link,runtime: move syscalls to libc on iOS
authorElias Naur <elias.naur@gmail.com>
Tue, 1 May 2018 08:48:19 +0000 (10:48 +0200)
committerElias Naur <elias.naur@gmail.com>
Mon, 21 May 2018 20:35:00 +0000 (20:35 +0000)
commitc8d07295c55863c0246c2db3181eada3c9f4d63b
treedea8a4df477607d4fdaddb553df673f68e10cc55
parent467e15accc95d4e080a8088eaff0aaa28f572c7e
cmd/link,runtime: move syscalls to libc on iOS

This CL is the darwin/arm and darwin/arm64 equivalent to CL 108679,
110215, 110437, 110438, 111258, 110655.

Updates #17490

Change-Id: Ia95b27b38f9c3535012c566f17a44b4ed26b9db6
Reviewed-on: https://go-review.googlesource.com/111015
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
18 files changed:
src/cmd/link/internal/arm/asm.go
src/cmd/link/internal/arm64/asm.go
src/cmd/vet/all/whitelist/darwin_arm.txt
src/cmd/vet/all/whitelist/darwin_arm64.txt
src/runtime/asm_arm.s
src/runtime/asm_arm64.s
src/runtime/defs_darwin_arm.go
src/runtime/defs_darwin_arm64.go
src/runtime/mmap.go
src/runtime/os_darwin.go
src/runtime/os_darwin_raw.go [deleted file]
src/runtime/proc.go
src/runtime/stubs2.go
src/runtime/stubs4.go [deleted file]
src/runtime/sys_darwin.go
src/runtime/sys_darwin_arm.s
src/runtime/sys_darwin_arm64.s
src/runtime/vlrt.go