Bug 84735 - [8 Regression] Describe recent gcov data file format changes in gcov-io.h
Summary: [8 Regression] Describe recent gcov data file format changes in gcov-io.h
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: gcov-profile (show other bugs)
Version: 8.0
: P3 normal
Target Milestone: 8.0
Assignee: Martin Liška
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-06 14:42 UTC by Jakub Jelinek
Modified: 2018-03-08 09:06 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Known to work:
Known to fail: 8.0
Last reconfirmed: 2018-03-06 00:00:00


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Jelinek 2018-03-06 14:42:02 UTC
Brief Description of 'gcov' Data Files
in the manual says:
The full details of the file format is specified in 'gcov-io.h', and
functions provided in that header file should be used to access the
coverage files.
but the recent changes weren't documented in gcov-io.h.
Comment 1 Martin Liška 2018-03-08 09:05:58 UTC
Author: marxin
Date: Thu Mar  8 09:05:26 2018
New Revision: 258360

URL: https://gcc.gnu.org/viewcvs?rev=258360&root=gcc&view=rev
Log:
Document gcov-io (PR gcov-profile/84735).

2018-03-08  Martin Liska  <mliska@suse.cz>

	PR gcov-profile/84735
	* doc/gcov.texi: Document usage of profile files.
	* gcov-io.h: Document changes in the format.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/doc/gcov.texi
    trunk/gcc/gcov-io.h
Comment 2 Martin Liška 2018-03-08 09:06:22 UTC
Fixed.