changelog for r248894

From-SVN: r248895
This commit is contained in:
Bernd Edlinger 2017-06-05 19:44:29 +00:00
parent 676519f713
commit 9b972837bd
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,12 @@
2017-06-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
* doc/invoke.texi: Document the -fprofile-abs-path option.
* common.opt (fprofile-abs-path): New option.
* gcov-io.h (gcov_write_filename): Declare.
* gcov-io.c (gcov_write_filename): New function.
* coverage.c (coverage_begin_function): Use gcov_write_filename.
* profile.c (output_location): Likewise.
2017-06-05 Jan Hubicka <hubicka@ucw.cz>
* shring-wrap.c: Revert accidental commit.

View File

@ -1,3 +1,7 @@
2017-06-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
* gcc.misc-tests/gcov-1a.c: New test.
2017-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
* gcc.target/powerpc/clone1.c: New test.