Skip to content

Commit

Permalink
Update submodule to latest master (f719d5cf): runtime: crash stack su…
Browse files Browse the repository at this point in the history
…pport for loong64
microsoft-golang-bot committed Jan 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent df0f74b commit cf5d161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go
Submodule go updated 35 files
+10 −0 src/cmd/api/main_test.go
+1 −1 src/cmd/api/testdata/src/pkg/p4/golden.txt
+42 −0 src/cmd/go/testdata/script/test_race_issue26995.txt
+2 −2 src/cmd/internal/moddeps/moddeps_test.go
+11 −18 src/cmd/link/internal/ld/dwarf.go
+7 −5 src/cmd/link/internal/ld/lib.go
+11 −17 src/crypto/internal/boring/Dockerfile
+1 −1 src/crypto/internal/boring/LICENSE
+3 −4 src/crypto/internal/boring/README.md
+7 −22 src/crypto/internal/boring/aes.go
+1 −1 src/crypto/internal/boring/build-goboring.sh
+0 −6 src/crypto/internal/boring/build.sh
+0 −2 src/crypto/internal/boring/goboringcrypto.h
+0 −1 src/crypto/internal/boring/notboring.go
+ src/crypto/internal/boring/syso/goboringcrypto_linux_amd64.syso
+ src/crypto/internal/boring/syso/goboringcrypto_linux_arm64.syso
+11 −15 src/crypto/tls/boring.go
+18 −51 src/crypto/tls/boring_test.go
+1 −7 src/crypto/tls/cipher_suites.go
+1 −3 src/crypto/tls/handshake_client.go
+4 −0 src/crypto/tls/handshake_client_tls13.go
+9 −19 src/crypto/tls/handshake_server_test.go
+4 −3 src/crypto/tls/handshake_server_tls13.go
+0 −2 src/crypto/tls/notboring.go
+2 −2 src/crypto/x509/boring.go
+2 −2 src/net/http/client.go
+0 −19 src/net/http/client_test.go
+5 −7 src/net/http/transport.go
+0 −1 src/net/mail/message.go
+11 −21 src/reflect/type.go
+2 −2 src/reflect/value.go
+2 −0 src/runtime/asm.s
+30 −7 src/runtime/asm_loong64.s
+33 −10 src/runtime/mgc.go
+1 −1 src/runtime/proc.go

0 comments on commit cf5d161

Please sign in to comment.