]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcov.c (output_lines): Remove duplicate line.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 30 Oct 2018 18:01:41 +0000 (18:01 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 30 Oct 2018 18:01:41 +0000 (18:01 +0000)
From-SVN: r265634

gcc/ChangeLog
gcc/gcov.c

index 01e58aa1073f8fba7fca6f96923e99bf61803747..8b030dd98f5171a756c2bbce57fdcd115b5c7f39 100644 (file)
@@ -1,3 +1,7 @@
+2018-10-30  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcov.c (output_lines): Remove duplicate line.
+
 2018-10-30  Aaron Sawdey  <acsawdey@linux.ibm.com>
 
        * config/rs6000/rs6000.md (bswapdi2): Force address into register
index 26d352ce7f123ab98da8d3e40914eefad666c1e9..361b696ea786e56bce0afcee3b14c7fbb7a2b688 100644 (file)
@@ -3000,8 +3000,6 @@ output_lines (FILE *gcov_file, const source_info *src)
             SGR_SEQ (COLOR_BG_YELLOW) "> 20%" SGR_RESET " " \
             SGR_SEQ (COLOR_BG_GREEN) "> 10%" SGR_RESET "\n");
 
-  fprintf (gcov_file, DEFAULT_LINE_START "Source:%s\n", src->coverage.name);
-
   fprintf (gcov_file, DEFAULT_LINE_START "Source:%s\n", src->coverage.name);
   if (!multiple_files)
     {