]> Cypherpunks repositories - gostls13.git/commit
runtime: add support for freebsd/arm64
authorTobias Klauser <tklauser@distanz.ch>
Fri, 4 Oct 2019 08:07:36 +0000 (10:07 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 25 Oct 2019 17:59:05 +0000 (17:59 +0000)
commit6b6e67f9b9ad00ff03b8a46c054b8da4954bfab4
tree54723aac27c84b490e10bbebcbad20cf858a3077
parentfc8eb264bba88b9e4eb85fa7560817abb25767f4
runtime: add support for freebsd/arm64

Based on work by MikaĆ«l Urankar (@MikaelUrankar),
Shigeru YAMAMOTO (@bsd-hacker) and @myfreeweb.

Updates #24715

Change-Id: If3189a693ca0aa627029e22b0f91534bcf322bc0
Reviewed-on: https://go-review.googlesource.com/c/go/+/198544
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/defs_freebsd_arm64.go [new file with mode: 0644]
src/runtime/os_freebsd_arm64.go [new file with mode: 0644]
src/runtime/os_freebsd_noauxv.go
src/runtime/rt0_freebsd_arm64.s [new file with mode: 0644]
src/runtime/signal_arm64.go
src/runtime/signal_freebsd_arm64.go [new file with mode: 0644]
src/runtime/stubs_arm64.go
src/runtime/sys_freebsd_arm64.s [new file with mode: 0644]
src/runtime/tls_arm64.h
src/runtime/vdso_freebsd_arm64.go [new file with mode: 0644]