X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gprof%2Fbasic_blocks.c;h=e1a3b1a508b81d9cb4c71049bf1966360a872a9d;hb=02eba61aa6cad683e96cf13f483adc04982c0c2b;hp=a588b2ec651e9bcfb536c9e0ccd70588785b23e4;hpb=e6c7cdec063514bb9ffe2a62fb280e5ec676cac0;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c index a588b2ec65..e1a3b1a508 100644 --- a/gprof/basic_blocks.c +++ b/gprof/basic_blocks.c @@ -2,7 +2,7 @@ of basic-block info to/from gmon.out; computing and formatting of basic-block related statistics. - Copyright (C) 1999-2016 Free Software Foundation, Inc. + Copyright (C) 1999-2020 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -311,7 +311,7 @@ print_exec_counts (void) line of a file in sequential order. Global variable bb_annotate_all_lines enables execution count - compression (counts are supressed if identical to the last one) + compression (counts are suppressed if identical to the last one) and prints counts on all executed lines. Otherwise, print all basic-block execution counts exactly once on the line that starts the basic-block. */