From 0e283e2c9f15d8abfd6a57c05d0845f8c4e08827 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 27 Dec 2020 11:16:21 +0100 Subject: [PATCH] libstdc++: Move Valgrind references to https libstdc++-v3: 2020-12-27 Gerald Pfeifer * doc/xml/manual/debug.xml: Move Valgrind references to https. * doc/html/manual/debug.html: Regenerate. --- libstdc++-v3/doc/html/manual/debug.html | 4 ++-- libstdc++-v3/doc/xml/manual/debug.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/debug.html b/libstdc++-v3/doc/html/manual/debug.html index d85685dce9c..a4e31f81d43 100644 --- a/libstdc++-v3/doc/html/manual/debug.html +++ b/libstdc++-v3/doc/html/manual/debug.html @@ -167,9 +167,9 @@

The approach described above is known to work with the following race detection tools: - + DRD, - + Helgrind, and ThreadSanitizer (this refers to ThreadSanitizer v1, not the diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml index 7b60b497cfc..1fedf0acca1 100644 --- a/libstdc++-v3/doc/xml/manual/debug.xml +++ b/libstdc++-v3/doc/xml/manual/debug.xml @@ -245,10 +245,10 @@ The approach described above is known to work with the following race detection tools: + xlink:href="https://valgrind.org/docs/manual/drd-manual.html"> DRD, + xlink:href="https://valgrind.org/docs/manual/hg-manual.html"> Helgrind, and -- 2.30.2