gcc: doc: add missing space in asan-stack desc

From-SVN: r227360
This commit is contained in:
Mike Frysinger 2015-09-01 01:04:29 +00:00 committed by Mike Frysinger
parent 1a87daf592
commit e071af96da
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-08-31 Mike Frysinger <vapier@gentoo.org>
* doc/invoke.texi (asan-stack): Add space before option.
2015-08-31 Marc Glisse <marc.glisse@inria.fr>
* tree.h (zerop): New function.

View File

@ -10949,7 +10949,7 @@ To disable global objects protection use @option{--param asan-globals=0}.
@item asan-stack
Enable buffer overflow detection for stack objects. This kind of
protection is enabled by default when using@option{-fsanitize=address}.
protection is enabled by default when using @option{-fsanitize=address}.
To disable stack protection use @option{--param asan-stack=0} option.
@item asan-instrument-reads