aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2015-02-16 18:41:56 +0300
committerDmitry Vyukov <dvyukov@google.com>2015-02-20 18:06:15 +0000
commit58125ffe73ccae5c625d31a02194aa571ac34939 (patch)
treee5f4ad1d03e80cd5a12ba8c04b7192e661794fc7
parent3fc529eabe4f26939959dd3b98aae314271e0a08 (diff)
downloadgo-58125ffe73ccae5c625d31a02194aa571ac34939.tar.gz
go-58125ffe73ccae5c625d31a02194aa571ac34939.zip
runtime/race: update race runtime to rev 229396
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>
-rw-r--r--src/runtime/race/README2
-rw-r--r--src/runtime/race/race_darwin_amd64.sysobin278328 -> 314000 bytes
-rw-r--r--src/runtime/race/race_freebsd_amd64.sysobin294224 -> 316816 bytes
-rw-r--r--src/runtime/race/race_linux_amd64.sysobin298064 -> 330232 bytes
-rw-r--r--src/runtime/race/race_windows_amd64.sysobin292311 -> 331489 bytes
5 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/race/README b/src/runtime/race/README
index 7f185359fe..52dd38e580 100644
--- a/src/runtime/race/README
+++ b/src/runtime/race/README
@@ -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.
diff --git a/src/runtime/race/race_darwin_amd64.syso b/src/runtime/race/race_darwin_amd64.syso
index 81b48c6c94..9cf1eccde4 100644
--- a/src/runtime/race/race_darwin_amd64.syso
+++ b/src/runtime/race/race_darwin_amd64.syso
Binary files differ
diff --git a/src/runtime/race/race_freebsd_amd64.syso b/src/runtime/race/race_freebsd_amd64.syso
index 5bbe322299..50ae2d342a 100644
--- a/src/runtime/race/race_freebsd_amd64.syso
+++ b/src/runtime/race/race_freebsd_amd64.syso
Binary files differ
diff --git a/src/runtime/race/race_linux_amd64.syso b/src/runtime/race/race_linux_amd64.syso
index 49bf08ef38..a141051931 100644
--- a/src/runtime/race/race_linux_amd64.syso
+++ b/src/runtime/race/race_linux_amd64.syso
Binary files differ
diff --git a/src/runtime/race/race_windows_amd64.syso b/src/runtime/race/race_windows_amd64.syso
index a4eae9bdd9..125115eaab 100644
--- a/src/runtime/race/race_windows_amd64.syso
+++ b/src/runtime/race/race_windows_amd64.syso
Binary files differ