From patchwork Thu Sep 27 09:59:38 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marek Polacek X-Patchwork-Id: 187321 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id D3F792C0090 for ; Thu, 27 Sep 2012 20:00:01 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1349344802; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Received: Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:Sender: Delivered-To; bh=0QWMJ+v84Ej9k784BaT6YXHaCHI=; b=mMPzWoWDFij7R/L zpVTE8dNCckdUaHshXqa9nwe8m5Xf5popUJeSKGA0ltDZrlEPJLP+eAKaog1XfFm eV6px7MfSQWUlDiyTET2Yh8pejteIb13KEr1NeJ4VRx9mh6j+C7iqqSjfSWwBv3r ulEz6qaea0Up36EPz7vLV1PvYA3A= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received:Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:Content-Disposition:User-Agent:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=QL/zMeeOyuHgO+ErU8FhBtc72wlcGB/bj8eKlmJv/TdydQRVcCzmZXY0cW7KiB RE7RNRpdfYA0r6kwNienax/WD33hXtgwAXEwyTR9kOt/i4x/FePH2OPPcRqvrPRz wuk7Sj1UAgkj6is69QeE6TJpajGH74k5kqhMWYOGhwV1c=; Received: (qmail 20626 invoked by alias); 27 Sep 2012 09:59:57 -0000 Received: (qmail 20618 invoked by uid 22791); 27 Sep 2012 09:59:56 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL, BAYES_00, KHOP_RCVD_UNTRUST, RCVD_IN_DNSWL_HI, RCVD_IN_HOSTKARMA_W, RP_MATCHES_RCVD, SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Sep 2012 09:59:42 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8R9xgnC013070 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 Sep 2012 05:59:42 -0400 Received: from redhat.com (ovpn-116-31.ams2.redhat.com [10.36.116.31]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q8R9xd08027314 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 27 Sep 2012 05:59:41 -0400 Date: Thu, 27 Sep 2012 11:59:38 +0200 From: Marek Polacek To: GCC Patches Subject: [PATCH] Fix a typo in gcov.texi Message-ID: <20120927095938.GC32423@redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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