]> 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)
committerMartin Liska <mliska@suse.cz>
Wed, 1 Jul 2020 11:00:04 +0000 (13:00 +0200)
commitc4076255e632991f5a76c058bfadaa9d8f1159ee
treec62b82d6d4ef408d92c9942dbdbd25218f34a21b
parent624e60f080989fa57756575a0bb47a97748b52b8
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