aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMartin Thuresson <martinthuresson@gcc.gnu.org>2011-05-13 15:57:20 +0000
committerMartin Thuresson <martinthuresson@gcc.gnu.org>2011-05-13 15:57:20 +0000
commit9f47a24e79fbd0b73f65444c8c39d783e36f3a28 (patch)
treee6b3ff6bf898673cb3abd4a4ddabd51b7ba3484f /gcc/doc
parentb8a71aedd80dc9c0212da116defa88b178d11e0b (diff)
downloadgcc-9f47a24e79fbd0b73f65444c8c39d783e36f3a28.zip
gcc-9f47a24e79fbd0b73f65444c8c39d783e36f3a28.tar.gz
gcc-9f47a24e79fbd0b73f65444c8c39d783e36f3a28.tar.bz2
re PR gcov-profile/47793 (Relative path in fprofile-use turns into absolute path)
2011-05-13 Martin Thuresson <martint@google.com> PR gcov-profile/47793 * libgcov.c (gcov_exit): Support relative profile paths. * doc/invoke.texi (-fprofile-dir): Update for above change. 2011-05-13 Martin Thuresson <martint@google.com> PR gcov-profile/47793 * gcc.dg/pr47793.c: New. From-SVN: r173735
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index ddc34de..aee1e6b 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -7751,7 +7751,7 @@ Set the directory to search for the profile data files in to @var{path}.
This option affects only the profile data generated by
@option{-fprofile-generate}, @option{-ftest-coverage}, @option{-fprofile-arcs}
and used by @option{-fprofile-use} and @option{-fbranch-probabilities}
-and its related options.
+and its related options. Both absolute and relative paths can be used.
By default, GCC will use the current directory as @var{path}, thus the
profile data file will appear in the same directory as the object file.