invoke.texi: Document the -fprofile-abs-path option.
authorBernd Edlinger <edlinger@gcc.gnu.org>
Mon, 5 Jun 2017 19:27:30 +0000 (19:27 +0000)
committerBernd Edlinger <edlinger@gcc.gnu.org>
Mon, 5 Jun 2017 19:27:30 +0000 (19:27 +0000)
commit676519f7138e4ab3938fe4427c3515ca37fe7976
tree7e870093fa932a90587c27490e54116a476f9c85
parent7b95ed64c90de3f9e8a2eb47f8ddd9a8344e559b
invoke.texi: Document the -fprofile-abs-path option.

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.

gcc/testsuite:
2017-06-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>

        * gcc.misc-tests/gcov-1a.c: New test.

From-SVN: r248894
gcc/common.opt
gcc/coverage.c
gcc/doc/invoke.texi
gcc/gcov-io.c
gcc/gcov-io.h
gcc/profile.c
gcc/testsuite/gcc.misc-tests/gcov-1a.c [new file with mode: 0644]