diff --git a/general/prog/valgrind.xml b/general/prog/valgrind.xml
index daca7be4cc..41e76d69c7 100644
--- a/general/prog/valgrind.xml
+++ b/general/prog/valgrind.xml
@@ -73,6 +73,16 @@
+ Additional Downloads
+
+
+
+ Required patch:
+
+
+
+
+
Valgrind Dependencies
Optional
@@ -99,6 +109,12 @@
Installation of Valgrind
+
+ First, adapt the tests to GCC-10, and fix the build:
+
+
+patch -Np1 -i ../valgrind-&valgrind-version;-gcc_10-fixes-1.patch
+
Install Valgrind by running the following
commands:
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 2e62f7e2a6..965303c250 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -44,6 +44,9 @@
May 12th, 2020
+
+ [renodr] - Adapt valgrind to changes in GCC-10.
+
[thomas] - Upgrade to pcre2-10.35. Fixes
#13520.