aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1997-10-28 22:56:06 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1997-10-28 22:56:06 +0000
commitd24661605f94cbd36b4ba817fa02a9dd94a6a2f9 (patch)
tree15b39958a00935f2377b36db6b26599078fa78cf /gcc
parente119b68c3ea685c709405e29f3a8a029913771a4 (diff)
downloadgcc-d24661605f94cbd36b4ba817fa02a9dd94a6a2f9.zip
gcc-d24661605f94cbd36b4ba817fa02a9dd94a6a2f9.tar.gz
gcc-d24661605f94cbd36b4ba817fa02a9dd94a6a2f9.tar.bz2
update doc for CONST_{,DOUBLE_}OK_FOR_LETTER_P, EXTRA_CONTSTRAINT
From-SVN: r16221
Diffstat (limited to 'gcc')
-rw-r--r--gcc/tm.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi
index 3bbf12e..c5407a2 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