Update docs on filling text with nops.
authorJim Wilson <jimw@sifive.com>
Wed, 22 Nov 2017 19:09:30 +0000 (11:09 -0800)
committerJim Wilson <jimw@sifive.com>
Wed, 22 Nov 2017 19:09:30 +0000 (11:09 -0800)
gas/
* doc/as.texinfo (.align): Change some to most for text nop fill.
(.balign, .p2align): Likewise.

gas/ChangeLog
gas/doc/as.texinfo

index 18566995ddc714eaa3b1bb8df1e6649bbdbb6b9d..0206977006a77d32d3ce05485d4cd45962f5f478 100644 (file)
@@ -1,3 +1,8 @@
+2017-11-22  Jim Wilson  <jimw@sifive.com>
+
+       * doc/as.texinfo (.align): Change some to most for text nop fill.
+       (.balign, .p2align): Likewise.
+
 2017-11-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
        * config/tc-arm.c (arm_reg_type): Comment on the link with
index 9485d68652a3fffd0f1d2785b719fc0b731fd0be..d37a1d633f086c4aa93b2e7a40b3eecf769d20a6 100644 (file)
@@ -4606,7 +4606,7 @@ required, as described below.
 
 The second expression (also absolute) gives the fill value to be stored in the
 padding bytes.  It (and the comma) may be omitted.  If it is omitted, the
-padding bytes are normally zero.  However, on some systems, if the section is
+padding bytes are normally zero.  However, on most systems, if the section is
 marked as containing code and the fill value is omitted, the space is filled
 with no-op instructions.
 
@@ -4706,7 +4706,7 @@ is already a multiple of 8, no change is needed.
 
 The second expression (also absolute) gives the fill value to be stored in the
 padding bytes.  It (and the comma) may be omitted.  If it is omitted, the
-padding bytes are normally zero.  However, on some systems, if the section is
+padding bytes are normally zero.  However, on most systems, if the section is
 marked as containing code and the fill value is omitted, the space is filled
 with no-op instructions.
 
@@ -6172,7 +6172,7 @@ multiple of 8, no change is needed.
 
 The second expression (also absolute) gives the fill value to be stored in the
 padding bytes.  It (and the comma) may be omitted.  If it is omitted, the
-padding bytes are normally zero.  However, on some systems, if the section is
+padding bytes are normally zero.  However, on most systems, if the section is
 marked as containing code and the fill value is omitted, the space is filled
 with no-op instructions.
 
This page took 0.041119 seconds and 4 git commands to generate.