SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
lang/go/patches/patch-src_runtime_tls_mips64x_s
Normal file
14
lang/go/patches/patch-src_runtime_tls_mips64x_s
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue