SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,14 @@
Index: src/runtime/tls_mips64x.s
--- src/runtime/tls_mips64x.s.orig
+++ src/runtime/tls_mips64x.s
@@ -13,8 +13,10 @@
//
// NOTE: mcall() assumes this clobbers only R23 (REGTMP).
TEXT runtime·save_g(SB),NOSPLIT|NOFRAME,$0-0
+#ifndef GOOS_openbsd
MOVB runtime·iscgo(SB), R23
BEQ R23, nocgo
+#endif
MOVV R3, R23 // save R3
MOVV g, runtime·tls_g(SB) // TLS relocation clobbers R3