aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2017-11-22 11:09:30 -0800
committerJim Wilson <jimw@sifive.com>2017-11-22 11:09:30 -0800
commit2ca23e65f562bd0efa7c483a99b49cc3d5118a58 (patch)
treee0739fbf8db51a3c5061388445ac38f8e9fda942 /gas/doc
parentfc35dab1a62541858cab1c82aebc6cd166e39f5b (diff)
downloadgdb-2ca23e65f562bd0efa7c483a99b49cc3d5118a58.zip
gdb-2ca23e65f562bd0efa7c483a99b49cc3d5118a58.tar.gz
gdb-2ca23e65f562bd0efa7c483a99b49cc3d5118a58.tar.bz2
Update docs on filling text with nops.
gas/ * doc/as.texinfo (.align): Change some to most for text nop fill. (.balign, .p2align): Likewise.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texinfo6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index 9485d68..d37a1d6 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -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.