aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/md.texi
diff options
context:
space:
mode:
authorPaul Koning <ni1d@arrl.net>2010-11-04 21:01:59 -0400
committerPaul Koning <pkoning@gcc.gnu.org>2010-11-04 21:01:59 -0400
commit868e54d1abd79aa22b95a70c812802dbb61da47b (patch)
tree244525d7642ddbdedc9248ae55b712acbc7e3b8e /gcc/doc/md.texi
parent9804d4ecb057dfad2d03387c7b4b8c9e8d3cb04f (diff)
downloadgcc-868e54d1abd79aa22b95a70c812802dbb61da47b.zip
gcc-868e54d1abd79aa22b95a70c812802dbb61da47b.tar.gz
gcc-868e54d1abd79aa22b95a70c812802dbb61da47b.tar.bz2
md.texi (Machine Constraints): Correct formatting in PDP-11 constraints.
* doc/md.texi (Machine Constraints): Correct formatting in PDP-11 constraints. From-SVN: r166346
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r--gcc/doc/md.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index c9eb053..bdf42f1 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -2928,8 +2928,8 @@ Floating point registers AC0 through AC3. These can be loaded from/to
memory with a single instruction.
@item d
-Odd numbered general registers (R1, R3, R5). These are used for 16
-bit multiply operations.
+Odd numbered general registers (R1, R3, R5). These are used for
+16-bit multiply operations.
@item f
Any of the floating point registers (AC0 through AC5).
@@ -2951,13 +2951,13 @@ An integer constant that does not meet the constraints for codes
The integer constant 1.
@item M
-The integer constant -1.
+The integer constant @minus{}1.
@item N
The integer constant 0.
@item O
-Integer constants -4 through -1 and 1 through 4; shifts by these
+Integer constants @minus{}4 through @minus{}1 and 1 through 4; shifts by these
amounts are handled as multiple single-bit shifts rather than a single
variable-length shift.