diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-01-26 01:31:47 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-26 01:31:47 -0700 |
commit | 04afd9d6b7fe88bb0fb995749ff154a6f238bca9 (patch) | |
tree | 893f6bb487fb51f2fd3ded8837749f3ee90f595b /gcc/tm.texi | |
parent | 808fbfacde3e053e47a257a0c72b7993b9b91c1f (diff) | |
download | gcc-04afd9d6b7fe88bb0fb995749ff154a6f238bca9.tar.gz |
Tweaks from Andreas.
From-SVN: r17487
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r-- | gcc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index 113a89f6e7b..a8c2f03cb1c 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -2038,7 +2038,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}, @samp{T}, @samp{U}) that can +letters (@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 |