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 <d...@limegreensocks.com>

        * 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

Reply via email to