From 0ab9eed62fdbbc801e4d641b9ffdc1f5af029cc8 Mon Sep 17 00:00:00 2001 From: Renlin Li Date: Tue, 3 Mar 2015 15:55:27 +0000 Subject: [PATCH] [PATCH][DOC]Fix an obvious type in md.texi 2015-03-03 Renlin Li gcc/ * doc/md.texi (@item ^): ChangeLog ? into ^. From-SVN: r221152 --- gcc/ChangeLog | 4 ++++ gcc/doc/md.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 11a2068f2f1..3ab2463d926 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-03-03 Renlin Li + + * doc/md.texi (@item ^): Change ? into ^. + 2015-03-03 H.J. Lu * doc/tm.texi: Regenerated. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index f2c25c2a45d..bc1ec9d4f0a 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1512,7 +1512,7 @@ but if reloading is needed, some other alternative will be used. @cindex caret @item ^ This constraint is analogous to @samp{?} but it disparages slightly -the alternative only if the operand with the @samp{?} needs a reload. +the alternative only if the operand with the @samp{^} needs a reload. @cindex @samp{$} in constraint @cindex dollar sign -- 2.30.2