* doc/md.texi: Replace @samp{length} with @code{length}.
authorSteven Bosscher <stevenb@suse.de>
Thu, 10 Feb 2005 08:38:23 +0000 (08:38 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Thu, 10 Feb 2005 08:38:23 +0000 (08:38 +0000)
From-SVN: r94800

gcc/ChangeLog
gcc/doc/md.texi

index bf1d9fa..6e14ace 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-10  Steven Bosscher  <stevenb@suse.de>
+
+       * doc/md.texi: Replace @samp{length} with @code{length}.
+
 2005-02-09  Zdenek Dvorak  <dvorakz@suse.cz>
 
        PR tree-optimization/18687
index 44dbfe8..a2b992e 100644 (file)
@@ -5629,11 +5629,11 @@ full-word result.
 For many machines, multiple types of branch instructions are provided, each
 for different length branch displacements.  In most cases, the assembler
 will choose the correct instruction to use.  However, when the assembler
-cannot do so, GCC can when a special attribute, the @samp{length}
+cannot do so, GCC can when a special attribute, the @code{length}
 attribute, is defined.  This attribute must be defined to have numeric
 values by specifying a null string in its @code{define_attr}.
 
-In the case of the @samp{length} attribute, two additional forms of
+In the case of the @code{length} attribute, two additional forms of
 arithmetic terms are allowed in test expressions:
 
 @table @code
@@ -5653,7 +5653,7 @@ current insn is to be computed.
 @cindex @code{addr_vec}, length of
 @cindex @code{addr_diff_vec}, length of
 For normal insns, the length will be determined by value of the
-@samp{length} attribute.  In the case of @code{addr_vec} and
+@code{length} attribute.  In the case of @code{addr_vec} and
 @code{addr_diff_vec} insn patterns, the length is computed as
 the number of vectors multiplied by the size of each vector.