* gcov.c (output_lines): Remove duplicate line.
From-SVN: r265634
This commit is contained in:
parent
320314dba3
commit
6a6e0926b2
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user