diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-02-19 10:54:35 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-02-19 10:54:35 +0000 |
commit | ff7da2b6cf045cd8a3c12dadb79133b76fe15d11 (patch) | |
tree | f6ef0fa6ae542897267f9df527c637e551bfdbd5 /libstdc++-v3/doc | |
parent | 41d1b0b1ae32334d3f901811e5314081d4383b3d (diff) | |
download | gcc-ff7da2b6cf045cd8a3c12dadb79133b76fe15d11.zip gcc-ff7da2b6cf045cd8a3c12dadb79133b76fe15d11.tar.gz gcc-ff7da2b6cf045cd8a3c12dadb79133b76fe15d11.tar.bz2 |
* doc/xml/manual/debug.xml: Adjust link to ThreadSanitizer.
From-SVN: r245572
Diffstat (limited to 'libstdc++-v3/doc')
-rw-r--r-- | libstdc++-v3/doc/xml/manual/debug.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml index 1e64a86..37e330d 100644 --- a/libstdc++-v3/doc/xml/manual/debug.xml +++ b/libstdc++-v3/doc/xml/manual/debug.xml @@ -234,7 +234,7 @@ xlink:href="http://valgrind.org/docs/manual/hg-manual.html"> Helgrind</link>, and <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="https://code.google.com/p/data-race-test/"> + xlink:href="https://github.com/google/sanitizers"> ThreadSanitizer</link> (this refers to ThreadSanitizer v1, not the new "tsan" feature built-in to GCC itself). </para> |