From: Eric Botcazou Date: Tue, 30 Oct 2018 18:01:41 +0000 (+0000) Subject: * gcov.c (output_lines): Remove duplicate line. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a6e0926b2477d2d99c92589878b9ced4abeb114;p=gcc.git * gcov.c (output_lines): Remove duplicate line. From-SVN: r265634 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01e58aa1073..8b030dd98f5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-10-30 Eric Botcazou + + * gcov.c (output_lines): Remove duplicate line. + 2018-10-30 Aaron Sawdey * config/rs6000/rs6000.md (bswapdi2): Force address into register diff --git a/gcc/gcov.c b/gcc/gcov.c index 26d352ce7f1..361b696ea78 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -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) {