From patchwork Thu Nov 22 21:27:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 201209 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 73FCB2C008D for ; Fri, 23 Nov 2012 08:28:07 +1100 (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=1354224488; h=Comment: DomainKey-Signature:Received:Received:Received:Received: MIME-Version:Received:Received:Date:Message-ID:Subject:From:To: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=3Zy37bJ 0sQR3upSqntLY4ma71j8=; b=cUqNo/1sF00JCelNhVXfr2Y6gv8bjAuWNi2IMF3 9PJJVCBavrM3FMCjp3NNps/5mgB2v/TLxkRUuR+iWq8PNUEZYmzUT7yO3pD/5Nro ButdMtl25ZbUaujSZaERJ/yUJxx/1yqY8uVQNqhJd7yFN+in63xk/EG802mon8Ds cBh4= 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:MIME-Version:Received:Received:Date:Message-ID:Subject:From:To:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=Q6VlH8rFINSp1/gBe8kqbrRY0k1eVqeE76Nuu3Rp1T9+GP1vGZGgL+rlNeEw4z iE3gsEH9oOOwRtrNAnZuM8OgOmFfBF/RPRRv1HSz+hztaDKEREGTU4yijcLaYfkI JHMPoNOcNPvYLTIavZSUAGbD1MoPMi31j0brpVsluVCvA=; Received: (qmail 28089 invoked by alias); 22 Nov 2012 21:28:03 -0000 Received: (qmail 28081 invoked by uid 22791); 22 Nov 2012 21:28:03 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, MEDICAL_SUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE, TW_ZJ X-Spam-Check-By: sourceware.org Received: from mail-pa0-f47.google.com (HELO mail-pa0-f47.google.com) (209.85.220.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Nov 2012 21:27:59 +0000 Received: by mail-pa0-f47.google.com with SMTP id fa10so988179pad.20 for ; Thu, 22 Nov 2012 13:27:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.68.203.72 with SMTP id ko8mr8215146pbc.78.1353619678612; Thu, 22 Nov 2012 13:27:58 -0800 (PST) Received: by 10.66.246.232 with HTTP; Thu, 22 Nov 2012 13:27:58 -0800 (PST) Date: Thu, 22 Nov 2012 22:27:58 +0100 Message-ID: Subject: [PATCH, doc]: Fix md.texi warning From: Uros Bizjak To: gcc-patches@gcc.gnu.org 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 Hello! Attached patch fixes following md.texi warning during build process: ../../gcc-svn/trunk/gcc/doc//md.texi:8931: warning: `.' or `,' must follow @xref, not `)'. ../../gcc-svn/trunk/gcc/doc//md.texi:8931: warning: for cross-references in parentheses, use @pxref. 2012-11-22 Uros Bizjak * doc/md.texi (RTL Templates Transformation): Use @pxref for cross-reference in parentheses. Bootstrapped on x86_64-linux-gnu, committed to mainline SVN as obvious. Uros. Index: doc/md.texi =================================================================== --- doc/md.texi (revision 193728) +++ doc/md.texi (working copy) @@ -8931,7 +8931,7 @@ output-template. template. @code{define_subst} mechanism is tightly coupled with the notion of the -subst attribute (@xref{Subst Iterators}). The use of +subst attribute (@pxref{Subst Iterators}). The use of @code{define_subst} is triggered by a reference to a subst attribute in the transforming RTL template. This reference initiates duplication of the source RTL template and substitution of the attributes with their