]> Cypherpunks repositories - gostls13.git/commit
runtime: add support for openbsd/mips64
authorJoel Sing <joel@sing.id.au>
Tue, 25 Aug 2020 08:04:47 +0000 (18:04 +1000)
committerJoel Sing <joel@sing.id.au>
Thu, 29 Oct 2020 08:07:46 +0000 (08:07 +0000)
commit55f8d56c31c7c940202c892e0e35d26930c6a8b0
tree99fa754622102e808377d452dc7bf8c46fe10b78
parent8b517983048205932305905bc01a29bd146cb8d6
runtime: add support for openbsd/mips64

Update #40995

Change-Id: Ie028dfd87ef8731804567a0501f1f7758e8dd203
Reviewed-on: https://go-review.googlesource.com/c/go/+/250580
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Joel Sing <joel@sing.id.au>
src/runtime/os_openbsd.go
src/runtime/os_openbsd_mips64.go [new file with mode: 0644]
src/runtime/rt0_openbsd_mips64.s [new file with mode: 0644]
src/runtime/signal_mips64x.go
src/runtime/signal_openbsd_mips64.go [new file with mode: 0644]
src/runtime/sys_openbsd_mips64.s [new file with mode: 0644]