From patchwork Mon May 12 00:40:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Wohlferd X-Patchwork-Id: 347844 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 5B1A2140084 for ; Mon, 12 May 2014 10:41:27 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:content-type; q=dns; s=default; b=n3pqgUkWo318ClW4iKm6dAP6tshkSSey3+v+feuwJwy ee0HdId+cZUCpD16pD9GHr6sk2mCv846c+K9HU4OQgALdDNXzYQZjvy9fyz7MQTV 1wFkKb7Ertc7izyyaGId5oTzbLHKmWUu8m2lLI2AN4KqgpkcVETJxB3g12NZEiGQ = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:cc:subject:content-type; s=default; bh=78zTDlZcIujEUK5zgke4FQz9lJM=; b=farzmKPWXF2KaIdcy EKAz8y/Zh1RUn8lgnNn64Iq0DxO4/6LdXjvYSSiXfYlUjH4Af2v4eM0kS+im+5r5 Qrpr8z+P9bcPar0ZHbp/u8K/AAQ6oyl6M1DUeX9dFkssWhZyumGzuCOziHsd0Kke iZkjjiIJ3+fbeJmy334RLLKXAY= Received: (qmail 2448 invoked by alias); 12 May 2014 00:41:19 -0000 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 Received: (qmail 2436 invoked by uid 89); 12 May 2014 00:41:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 X-HELO: limegreensocks.com Received: from limegreensocks.com (HELO limegreensocks.com) (207.118.20.56) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 12 May 2014 00:41:17 +0000 Received: from [192.168.1.44] ([192.168.1.44]) by other via TCP with ESMTPSA; Sun, 11 May 2014 17:41:06 -0700 Message-ID: <53701890.8090303@LimeGreenSocks.com> Date: Sun, 11 May 2014 17:40:48 -0700 From: David Wohlferd User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: "gcc-patches@gcc.gnu.org" CC: Gerald Pfeifer Subject: [DOC Patch] Remove reference to deleted macro X-IsSubscribed: yes I don't have permissions to commit this patch, but I do have a release on file with the FSF. Problem description: The existing docs make reference to a macro which "is described below." However, this is the final sentence in the section; there is no "below." Turns out the macro was deleted a long time ago (June 2012) in revision 188983 (pr33190), leaving this perplexing sentence behind. ChangeLog: 2014-05-11 David Wohlferd * doc/tm.texi: Remove reference to deleted macro. * doc/tm.texi.in: Likewise. dw Index: tm.texi =================================================================== --- tm.texi (revision 210298) +++ tm.texi (working copy) @@ -10067,9 +10067,6 @@ the FPU@. One accesses COP1 registers through standard mips floating-point support; they are not included in this mechanism. -There is one macro used in defining the MIPS coprocessor interface which -you may want to override in subtargets; it is described below. - @node PCH Target @section Parameters for Precompiled Header Validity Checking @cindex parameters, precompiled headers Index: tm.texi.in =================================================================== --- tm.texi.in (revision 210298) +++ tm.texi.in (working copy) @@ -7565,9 +7565,6 @@ the FPU@. One accesses COP1 registers through standard mips floating-point support; they are not included in this mechanism. -There is one macro used in defining the MIPS coprocessor interface which -you may want to override in subtargets; it is described below. - @node PCH Target @section Parameters for Precompiled Header Validity Checking @cindex parameters, precompiled headers