From: Gerald Pfeifer Date: Sun, 19 Feb 2017 10:54:35 +0000 (+0000) Subject: * doc/xml/manual/debug.xml: Adjust link to ThreadSanitizer. X-Git-Tag: basepoints/gcc-8~932 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff7da2b6cf045cd8a3c12dadb79133b76fe15d11;p=thirdparty%2Fgcc.git * doc/xml/manual/debug.xml: Adjust link to ThreadSanitizer. From-SVN: r245572 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index bc0d4434b5a9..01efa3ed1a70 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2017-02-19 Gerald Pfeifer + + * doc/xml/manual/debug.xml: Adjust link to ThreadSanitizer. + 2017-02-18 Gerald Pfeifer * doc/xml/manual/io.xml: Update link to groups.google.com. diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml index 1e64a86c7b79..37e330d3ed27 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, and + xlink:href="https://github.com/google/sanitizers"> ThreadSanitizer (this refers to ThreadSanitizer v1, not the new "tsan" feature built-in to GCC itself).