* gcov.c (flag_display_progress): New static variable.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Aug 2010 15:21:13 +0000 (15:21 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 5 Aug 2010 15:21:13 +0000 (15:21 +0000)
commit5d029a40235a16f21c020baa93e722b403c4ef21
tree1ad1f10e923a13456426b5003b7b599175983bd8
parent005affc01b82e370b872b798f8e1f2c873257a8c
* gcov.c (flag_display_progress): New static variable.
(main): Display progress info on standard output if requested.
(options): Add -d/--display-progress.
(print_usage): Print them.
(process_args): Handle them.
* doc/gcov.texi: Document them.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162916 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/gcov.texi
gcc/gcov.c