From patchwork Thu Sep 27 09:59:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Fix a typo in gcov.texi From: Marek Polacek X-Patchwork-Id: 187321 Message-Id: <20120927095938.GC32423@redhat.com> To: GCC Patches Date: Thu, 27 Sep 2012 11:59:38 +0200 Instead of -profile-dir, we want -fprofile-dir, I'm afraid. Ok? 2012-09-27 Marek Polacek * doc/gcov.texi (Gcov Data Files): Fix a typo. Marek --- gcc/doc/gcov.texi.mp 2012-09-27 11:55:45.658201583 +0200 +++ gcc/doc/gcov.texi 2012-09-27 11:56:05.335252754 +0200 @@ -555,7 +555,7 @@ file suffix with either @file{.gcno}, or 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