* gcov.c (output_lines): Remove duplicate line.

From-SVN: r265634
This commit is contained in:
Eric Botcazou 2018-10-30 18:01:41 +00:00 committed by Eric Botcazou
parent 320314dba3
commit 6a6e0926b2
2 changed files with 4 additions and 2 deletions

View 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

View 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)
{