public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [DOC, PATCH] Mention --enable-valgrind-annotations in install.texi
@ 2015-12-08 15:58 Martin Liška
  2015-12-08 22:50 ` Jeff Law
  2015-12-08 23:47 ` Gerald Pfeifer
  0 siblings, 2 replies; 6+ messages in thread
From: Martin Liška @ 2015-12-08 15:58 UTC (permalink / raw)
  To: GCC Patches, gerald

[-- Attachment #1: Type: text/plain, Size: 72 bytes --]

Hello.

I would like to add a missing configure option.

Thanks,
Martin

[-- Attachment #2: 0001-Mention-enable-valgrind-annotations-in-install.texi.patch --]
[-- Type: text/x-patch, Size: 1106 bytes --]

From f828b34177908aebb1efab194f749bbdac0b1dbb Mon Sep 17 00:00:00 2001
From: marxin <mliska@suse.cz>
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  <mliska@suse.cz>

	* 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-02-26 10:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-08 15:58 [DOC, PATCH] Mention --enable-valgrind-annotations in install.texi Martin Liška
2015-12-08 22:50 ` Jeff Law
2015-12-08 23:47 ` Gerald Pfeifer
2015-12-09  9:33   ` Martin Liška
2015-12-09 10:02     ` Markus Trippelsdorf
2016-02-26 10:03       ` Martin Liška

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).