]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcov: rename 2 options.
authorMartin Liska <mliska@suse.cz>
Tue, 30 Jun 2020 13:48:03 +0000 (15:48 +0200)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 16:15:41 +0000 (13:15 -0300)
commit2f7a84df86f47783435eceee0b15bf24f3f9e41c
tree95dd013c2d70020fe52b918d7bfd82b15140db59
parenta93c588cb1c61fb8aaca3ce740e28bbe91012faf
gcov: rename 2 options.

gcc/ChangeLog:

* doc/gcov.texi: Rename 2 options.
* gcov.c (print_usage): Rename -i,--json-format to
-j,--json-format and -j,--human-readable to -H,--human-readable.
(process_args): Fix up parsing.  Document obsolete options and
how are they changed.

gcc/testsuite/ChangeLog:

* g++.dg/gcov/loop.C: Use -H option instead of -j option.
gcc/doc/gcov.texi
gcc/gcov.c
gcc/testsuite/g++.dg/gcov/loop.C