From d24661605f94cbd36b4ba817fa02a9dd94a6a2f9 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Tue, 28 Oct 1997 22:56:06 +0000 Subject: [PATCH] update doc for CONST_{,DOUBLE_}OK_FOR_LETTER_P, EXTRA_CONTSTRAINT From-SVN: r16221 --- gcc/tm.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/tm.texi b/gcc/tm.texi index 3bbf12e72d51..c5407a26dbac 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -2005,7 +2005,7 @@ between these kinds. @findex EXTRA_CONSTRAINT @item EXTRA_CONSTRAINT (@var{value}, @var{c}) A C expression that defines the optional machine-dependent constraint -letters (@item @samp{Q}, @samp{R}, @samp{S}, @dots{} @samp{U}) that can +letters (@item @samp{Q}, @samp{R}, @samp{S}, @samp{T}, @samp{U}) that can be used to segregate specific types of operands, usually memory references, for the target machine. Normally this macro will not be defined. If it is required for a particular target machine, it should -- 2.47.3