From e53fd9104a27fb435236934718a0e3b111943b16 Mon Sep 17 00:00:00 2001 From: marxin Date: Mon, 5 Feb 2018 09:59:16 +0000 Subject: [PATCH] Fix GCOV documentation (PR gcov-profile/84137). 2018-02-05 Martin Liska PR gcov-profile/84137 * doc/gcov.texi: Fix typo in documentation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@257384 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/gcov.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d278e9d7e3d..91969bdfc3f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2018-02-05 Martin Liska + PR gcov-profile/84137 + * doc/gcov.texi: Fix typo in documentation. + +2018-02-05 Martin Liska + PR gcov-profile/83879 * doc/gcov.texi: Document necessity of --dynamic-list-data when using dlopen functionality. diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index 6157e8bbf7c..d4c7806bc23 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -369,7 +369,7 @@ program source code. The format is Additional block information may succeed each line, when requested by command line option. The @var{execution_count} is @samp{-} for lines containing no code. Unexecuted lines are marked @samp{#####} or -@samp{====}, depending on whether they are reachable by +@samp{=====}, depending on whether they are reachable by non-exceptional paths or only exceptional paths such as C++ exception handlers, respectively. Given @samp{-a} option, unexecuted blocks are marked @samp{$$$$$} or @samp{%%%%%}, depending on whether a basic block -- 2.11.4.GIT