From: Keith Randall Date: Fri, 22 Apr 2022 00:04:34 +0000 (-0700) Subject: runtime/race: add s390x .syso file X-Git-Tag: go1.19beta1~562 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7c680974c66ca23f837cb4bee5587df8b05418c7;p=gostls13.git runtime/race: add s390x .syso file Built using racebuild. Note that racebuild fails when trying to test the .syso, because the Go runtime doesn't think we support s390x race yet. But it builds the .syso as a side effect which I grabbed. There's something of a chicken-and-egg bootstrapping problem here, unfortunately. Change-Id: Ibc6d04fd3a9bfb3224d08e8b78dcf09bb139a59d Reviewed-on: https://go-review.googlesource.com/c/go/+/401714 Run-TryBot: Keith Randall Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Reviewed-by: Jonathan Albrecht --- diff --git a/src/runtime/race/README b/src/runtime/race/README index 7ec2f80d3b..eb18ad600b 100644 --- a/src/runtime/race/README +++ b/src/runtime/race/README @@ -13,3 +13,4 @@ race_windows_amd64.syso built with LLVM 89f7ccea6f6488c443655880229c54db1f180153 race_linux_arm64.syso built with LLVM 41cb504b7c4b18ac15830107431a0c1eec73a6b2 and Go 851ecea4cc99ab276109493477b2c7e30c253ea8. race_darwin_arm64.syso built with LLVM 41cb504b7c4b18ac15830107431a0c1eec73a6b2 and Go 851ecea4cc99ab276109493477b2c7e30c253ea8. race_openbsd_amd64.syso built with LLVM fcf6ae2f070eba73074b6ec8d8281e54d29dbeeb and Go 8f2db14cd35bbd674cb2988a508306de6655e425. +race_linux_s390x.syso built with LLVM 41cb504b7c4b18ac15830107431a0c1eec73a6b2 and Go 851ecea4cc99ab276109493477b2c7e30c253ea8. diff --git a/src/runtime/race/race_linux_s390x.syso b/src/runtime/race/race_linux_s390x.syso new file mode 100644 index 0000000000..ed4a3007da Binary files /dev/null and b/src/runtime/race/race_linux_s390x.syso differ