]> Cypherpunks repositories - gostls13.git/commit
runtime: remove openbsd/mips64 related code
authorJoel Sing <joel@sing.id.au>
Sat, 15 Feb 2025 08:34:08 +0000 (19:34 +1100)
committerGopher Robot <gobot@golang.org>
Mon, 28 Jul 2025 18:31:21 +0000 (11:31 -0700)
commitd5dc36af455ebd3e613780136766fba0cef7b0c4
tree30ad310c8084253464b39553d8d92402619c6886
parent64ba72474d9a637fc8152c3bbd8cdec3ffde2940
runtime: remove openbsd/mips64 related code

The openbsd/mips64 port has been broken for many years and it has not
been possible to land the changes needed to unbreak it. As such, this
port is considered dead and can be decommissioned in order to remove
technical debt and allow other changes to be completed.

Updates #61546

Change-Id: I9680eab9fb3aa85b83de47c66e9ebaf8c388a3bd
Reviewed-on: https://go-review.googlesource.com/c/go/+/649659
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Mark Freeman <mark@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
18 files changed:
src/runtime/crash_unix_test.go
src/runtime/defs_openbsd.go
src/runtime/defs_openbsd_mips64.go [deleted file]
src/runtime/os_openbsd.go
src/runtime/os_openbsd_libc.go [deleted file]
src/runtime/os_openbsd_mips64.go [deleted file]
src/runtime/os_openbsd_syscall.go [deleted file]
src/runtime/os_openbsd_syscall1.go [deleted file]
src/runtime/os_openbsd_syscall2.go [deleted file]
src/runtime/rt0_openbsd_mips64.s [deleted file]
src/runtime/signal_mips64x.go
src/runtime/signal_openbsd_mips64.go [deleted file]
src/runtime/sys_libc.go
src/runtime/sys_openbsd.go
src/runtime/sys_openbsd1.go [deleted file]
src/runtime/sys_openbsd2.go [deleted file]
src/runtime/sys_openbsd3.go [deleted file]
src/runtime/sys_openbsd_mips64.s [deleted file]