Commit 6a6e0926 by Eric Botcazou Committed by Eric Botcazou

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

From-SVN: r265634
parent 320314db
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
......@@ -3001,8 +3001,6 @@ output_lines (FILE *gcov_file, const source_info *src)
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)
{
fprintf (gcov_file, DEFAULT_LINE_START "Graph:%s\n", bbg_file_name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment