aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/md.texi
diff options
context:
space:
mode:
authorEric Weddington <eweddington@cso.atmel.com>2007-07-07 19:55:12 +0000
committerAnatoly Sokolov <aesok@gcc.gnu.org>2007-07-07 23:55:12 +0400
commit0e8eb4d81e74fbb97810ca6a3bd1a300deda24f0 (patch)
tree94bce12ab029c1b7306ba8bb2a0dd70511367a94 /gcc/doc/md.texi
parent44e16d8cf90454330143fb4ccfd30f10b3071a9b (diff)
downloadgcc-0e8eb4d81e74fbb97810ca6a3bd1a300deda24f0.zip
gcc-0e8eb4d81e74fbb97810ca6a3bd1a300deda24f0.tar.gz
gcc-0e8eb4d81e74fbb97810ca6a3bd1a300deda24f0.tar.bz2
constraints.md (define_memory_constraint "Q"): Fix the constraint description.
* config/avr/constraints.md (define_memory_constraint "Q"): Fix the constraint description. * doc/md.texi: Update documentation of AVR constraints. From-SVN: r126448
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r--gcc/doc/md.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index a3f1243..d8f1abb 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -1742,6 +1742,12 @@ Constant integer 1
@item G
A floating point constant 0.0
+
+@item R
+Integer constant in the range -6 @dots{} 5.
+
+@item Q
+A memory address based on Y or Z pointer with displacement.
@end table
@item CRX Architecture---@file{config/crx/crx.h}