From f828b34177908aebb1efab194f749bbdac0b1dbb Mon Sep 17 00:00:00 2001 From: marxin Date: Tue, 8 Dec 2015 16:54:43 +0100 Subject: [PATCH] Mention --enable-valgrind-annotations in install.texi gcc/ChangeLog: 2015-12-08 Martin Liska * doc/install.texi (--enable-valgrind-annotations): Mention the configure option in configure page. --- gcc/doc/install.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 0b71bef..6cb2079 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1584,6 +1584,11 @@ do a @samp{make -C gcc gnatlib_and_tools}. Specify that the run-time libraries for the various sanitizers should not be built. +@item --enable-valgrind-annotations +Specify that the compiler should interact with valgrind runtime, where +selected invalid memory reads are marked as false positives and +garbage collected memory is properly marked for proper interaction. + @item --disable-libssp Specify that the run-time libraries for stack smashing protection should not be built. -- 2.6.3