diff options
author | Tobias Burnus <burnus@net-b.de> | 2015-09-25 20:59:58 +0200 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2015-09-25 20:59:58 +0200 |
commit | 9f85af261723065f75e5b0e2bf4e89b7e1f60826 (patch) | |
tree | b7516c130021227ac2a829f45519c4738c4f0af8 /gcc | |
parent | 66208ca43664b07e06e9bbe056c3fd1e4fc76d4c (diff) | |
download | gcc-9f85af261723065f75e5b0e2bf4e89b7e1f60826.zip gcc-9f85af261723065f75e5b0e2bf4e89b7e1f60826.tar.gz gcc-9f85af261723065f75e5b0e2bf4e89b7e1f60826.tar.bz2 |
invoke.texi (-fsanitize): Minor wording tweak.
2015-09-25 Tobias Burnus <burnus@net-b.de>
* doc/invoke.texi (-fsanitize): Minor wording tweak.
From-SVN: r228148
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 64840b1..f102313 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2015-09-25 Tobias Burnus <burnus@net-b.de> + * doc/invoke.texi (-fsanitize): Minor wording tweak. + +2015-09-25 Tobias Burnus <burnus@net-b.de> + * doc/invoke.texi (-fsanitize): Update URLs. 2015-09-25 Teresa Johnson <tejohnson@google.com> diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index d4260d8..1946362 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5859,8 +5859,8 @@ Memory access instructions are instrumented to detect out-of-bounds and use-after-free bugs. See @uref{https://github.com/google/sanitizers/wiki/AddressSanitizer} for more details. The run-time behavior can be influenced using the -@env{ASAN_OPTIONS} environment variable. When setting it to @code{help=1}, -the available options are shown at startup of the instrumended program. See +@env{ASAN_OPTIONS} environment variable. When set to @code{help=1}, +the available options are shown at startup of the instrumended program. See @url{https://github.com/google/sanitizers/wiki/AddressSanitizerFlags#run-time-flags} for a list of supported options. |