]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/race: update race runtime to rev 229396
authorDmitry Vyukov <dvyukov@google.com>
Mon, 16 Feb 2015 15:41:56 +0000 (18:41 +0300)
committerDmitry Vyukov <dvyukov@google.com>
Fri, 20 Feb 2015 18:06:15 +0000 (18:06 +0000)
Fixes #9720
Fixes #8053
Fixes https://code.google.com/p/thread-sanitizer/issues/detail?id=89

Change-Id: I7d598e53de86586bb9702d8e9276a4d6aece2dfc
Reviewed-on: https://go-review.googlesource.com/4950
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/race/README
src/runtime/race/race_darwin_amd64.syso
src/runtime/race/race_freebsd_amd64.syso
src/runtime/race/race_linux_amd64.syso
src/runtime/race/race_windows_amd64.syso

index 7f185359fe768d06fba98fb619c6a93a34cef9ce..52dd38e580e653b6c5ff124d62e78bd270041ed8 100644 (file)
@@ -9,4 +9,4 @@ $ ./buildgo.sh
 
 Tested with gcc 4.6.1 and 4.7.0.  On Windows it's built with 64-bit MinGW.
 
-Current runtime is built on rev 215000.
+Current runtime is built on rev 229396.
index 81b48c6c9471cfd8adbb9c7bb725b5ee75e00488..9cf1eccde4c6bf7a03184ae4be7f9e97c3f934f3 100644 (file)
Binary files a/src/runtime/race/race_darwin_amd64.syso and b/src/runtime/race/race_darwin_amd64.syso differ
index 5bbe322299d94b0e9a5cded83a96237a8e742644..50ae2d342ab010dbc0d629147b00715f5029ee65 100644 (file)
Binary files a/src/runtime/race/race_freebsd_amd64.syso and b/src/runtime/race/race_freebsd_amd64.syso differ
index 49bf08ef38f9377b13c8fe88def10f96baf295d6..a141051931c00b562baec9f6741e5834380a3807 100644 (file)
Binary files a/src/runtime/race/race_linux_amd64.syso and b/src/runtime/race/race_linux_amd64.syso differ
index a4eae9bdd9161e755c1f919def408c8f11c03c80..125115eaab82946e84934236e1ff8bb839b4b539 100644 (file)
Binary files a/src/runtime/race/race_windows_amd64.syso and b/src/runtime/race/race_windows_amd64.syso differ