]> Cypherpunks.ru repositories - gostls13.git/commit
syscall: add support for freebsd/arm64
authorTobias Klauser <tklauser@distanz.ch>
Fri, 4 Oct 2019 08:13:27 +0000 (10:13 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Sat, 5 Oct 2019 10:39:30 +0000 (10:39 +0000)
commit11b33686d308beb7f8c3c497acec6b410e52f3af
tree1650d254d5a66490a97098f6845769e8e4d59696
parente0a5fae676370e1a68925d338629c40240b1ff9b
syscall: add support for freebsd/arm64

Updates #24715

Change-Id: Ie7cdac346fb024858441bfd4028bf09adab3c9d0
Reviewed-on: https://go-review.googlesource.com/c/go/+/198545
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/asm_freebsd_arm64.s [new file with mode: 0644]
src/syscall/mkall.sh
src/syscall/route_freebsd_64bit.go
src/syscall/syscall_freebsd_arm64.go [new file with mode: 0644]
src/syscall/zerrors_freebsd_arm64.go [new file with mode: 0644]
src/syscall/zsyscall_freebsd_arm64.go [new file with mode: 0644]
src/syscall/zsysnum_freebsd_arm64.go [new file with mode: 0644]
src/syscall/ztypes_freebsd_arm64.go [new file with mode: 0644]