diff options
author | Renlin Li <renlin.li@arm.com> | 2015-03-03 15:55:27 +0000 |
---|---|---|
committer | Renlin Li <renlin@gcc.gnu.org> | 2015-03-03 15:55:27 +0000 |
commit | 0ab9eed62fdbbc801e4d641b9ffdc1f5af029cc8 (patch) | |
tree | fa9905885dae1d30416f1ad3f8bde49a07751114 /gcc | |
parent | a55bbe13657211a0d5387f2e78c18fee0f973dc4 (diff) | |
download | gcc-0ab9eed62fdbbc801e4d641b9ffdc1f5af029cc8.zip gcc-0ab9eed62fdbbc801e4d641b9ffdc1f5af029cc8.tar.gz gcc-0ab9eed62fdbbc801e4d641b9ffdc1f5af029cc8.tar.bz2 |
[PATCH][DOC]Fix an obvious type in md.texi
2015-03-03 Renlin Li <renlin.li@arm.com>
gcc/
* doc/md.texi (@item ^): ChangeLog ? into ^.
From-SVN: r221152
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/md.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 11a2068..3ab2463 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-03-03 Renlin Li <renlin.li@arm.com> + + * doc/md.texi (@item ^): Change ? into ^. + 2015-03-03 H.J. Lu <hongjiu.lu@intel.com> * doc/tm.texi: Regenerated. 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 |