From: ebotcazou Date: Tue, 30 Oct 2018 18:01:41 +0000 (+0000) Subject: * gcov.c (output_lines): Remove duplicate line. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df7307263621b2a8c3f46111b9386e11426d83a3;p=thirdparty%2Fgcc.git * gcov.c (output_lines): Remove duplicate line. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265634 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01e58aa1073f..8b030dd98f51 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 26d352ce7f12..361b696ea786 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) {