Hi all,

I have just committed this simple and obvious patch to fix a typo for "^" multiple alternative constraints in md.texi.
Doc builds Okay.

SVN revision link:
https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=221152

ChangeLog:

2015-03-03  Renlin Li  <renlin...@arm.com>

    * gcc/doc/md.texi (@item ^): Change ? into ^.
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index f2c25c2..bc1ec9d 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

Reply via email to