From: Bernd Edlinger Date: Mon, 5 Jun 2017 19:44:29 +0000 (+0000) Subject: changelog for r248894 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b972837bd72fc1e709206e19492123a6df2aada;p=gcc.git changelog for r248894 From-SVN: r248895 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ba5f9434105..2865c42e818 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2017-06-05 Bernd Edlinger + + * 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 * shring-wrap.c: Revert accidental commit. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c9fb8baa77b..aa7ee049818 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2017-06-05 Bernd Edlinger + + * gcc.misc-tests/gcov-1a.c: New test. + 2017-06-05 Michael Meissner * gcc.target/powerpc/clone1.c: New test.