]> Cypherpunks.ru repositories - gostls13.git/commit
runtime,syscall: convert syscall on openbsd/arm to libc
authorJoel Sing <joel@sing.id.au>
Thu, 4 Feb 2021 17:22:18 +0000 (04:22 +1100)
committerJoel Sing <joel@sing.id.au>
Sun, 9 May 2021 17:07:01 +0000 (17:07 +0000)
commitbedf2c488630bd8253598b78088bc27fc36fbd29
tree233bab7dec52663ae8e0bf780619b46c6ca3a927
parent603f43cbae1f29c9c167b2b331dc31c8486c888b
runtime,syscall: convert syscall on openbsd/arm to libc

Convert the syscall package on openbsd/arm to use libc rather than performing
direct system calls.

Updates #36435

Change-Id: Iff3a91c959292cbf4e0a09c7fd34efc8e88ff83f
Reviewed-on: https://go-review.googlesource.com/c/go/+/315793
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Mui <cherryyz@google.com>
12 files changed:
src/runtime/sys_openbsd3.go
src/runtime/sys_openbsd_arm.s
src/syscall/asm_openbsd_arm.s
src/syscall/exec_bsd.go
src/syscall/exec_libc2.go
src/syscall/exec_unix.go
src/syscall/mkall.sh
src/syscall/mksyscall.pl
src/syscall/syscall_openbsd1.go
src/syscall/syscall_openbsd_libc.go
src/syscall/zsyscall_openbsd_arm.go
src/syscall/zsyscall_openbsd_arm.s [new file with mode: 0644]