diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2018-10-30 18:01:41 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2018-10-30 18:01:41 +0000 |
commit | 6a6e0926b2477d2d99c92589878b9ced4abeb114 (patch) | |
tree | eab94b4dc6893e2e0fc1aed6c942fa9ae72742e7 /gcc | |
parent | 320314dba395437c41c2b4e65acb62dbb816d8f9 (diff) | |
download | gcc-6a6e0926b2477d2d99c92589878b9ced4abeb114.zip gcc-6a6e0926b2477d2d99c92589878b9ced4abeb114.tar.gz gcc-6a6e0926b2477d2d99c92589878b9ced4abeb114.tar.bz2 |
* gcov.c (output_lines): Remove duplicate line.
From-SVN: r265634
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gcov.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 01e58aa..8b030dd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 @@ -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); |