Update gcov patch in documentation
.. to reflect the recent changes w.r.t avoiding trouble with the coreboot pre-commit hooks. and fix two whitespace errors. Change-Id: I6c94e95dd439940cf3b44231c8aab5126e9d45c7 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/2158 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-by: Martin Roth <martin.roth@se-eng.com>
This commit is contained in:
parent
929f9f1719
commit
f572e1e5fc
2 changed files with 54 additions and 4 deletions
|
|
@ -818,7 +818,7 @@ __gcov_merge_ior (gcov_type *counters, unsigned n_counters)
|
|||
*
|
||||
* -- the stored candidate on the most common value of the measured entity
|
||||
* -- counter
|
||||
* -- total number of evaluations of the value
|
||||
* -- total number of evaluations of the value
|
||||
*/
|
||||
void
|
||||
__gcov_merge_single (gcov_type *counters, unsigned n_counters)
|
||||
|
|
@ -858,7 +858,7 @@ __gcov_merge_single (gcov_type *counters, unsigned n_counters)
|
|||
* -- the last value of the measured entity
|
||||
* -- the stored candidate on the most common difference
|
||||
* -- counter
|
||||
* -- total number of evaluations of the value
|
||||
* -- total number of evaluations of the value
|
||||
*/
|
||||
void
|
||||
__gcov_merge_delta (gcov_type *counters, unsigned n_counters)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue