diff options
author | Marek Polacek <polacek@redhat.com> | 2012-09-27 11:06:38 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2012-09-27 11:06:38 +0000 |
commit | 9472dcecc74b95a5164a57ecb689abf9dab7c5c4 (patch) | |
tree | 3def95f4bbab65dd18d7636860031fe081800e4b /gcc | |
parent | e1f10dd97237ffc9a2672a2882098a12594ddb6b (diff) | |
download | gcc-9472dcecc74b95a5164a57ecb689abf9dab7c5c4.zip gcc-9472dcecc74b95a5164a57ecb689abf9dab7c5c4.tar.gz gcc-9472dcecc74b95a5164a57ecb689abf9dab7c5c4.tar.bz2 |
Fix a typo in gcov.texi.
From-SVN: r191804
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/gcov.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 747039a..b24a62c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-09-27 Marek Polacek <polacek@redhat.com> + + * doc/gcov.texi (Gcov Data Files): Fix a typo. + 2012-09-27 Jakub Jelinek <jakub@redhat.com> PR target/54703 diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index 307137a..0b861f1 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -555,7 +555,7 @@ file suffix with either @file{.gcno}, or @file{.gcda}. The files contain coverage and profile data stored in a platform-independent format. The @file{.gcno} files are placed in the same directory as the object file. By default, the @file{.gcda} files are also stored in the same -directory as the object file, but the GCC @option{-profile-dir} option +directory as the object file, but the GCC @option{-fprofile-dir} option may be used to store the @file{.gcda} files in a separate directory. The @file{.gcno} notes file is generated when the source file is compiled |