This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Update docs on filling text with nops.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2ca23e65f562bd0efa7c483a99b49cc3d5118a58

commit 2ca23e65f562bd0efa7c483a99b49cc3d5118a58
Author: Jim Wilson <jimw@sifive.com>
Date:   Wed Nov 22 11:09:30 2017 -0800

    Update docs on filling text with nops.
    
    	gas/
    	* doc/as.texinfo (.align): Change some to most for text nop fill.
    	(.balign, .p2align): Likewise.

Diff:
---
 gas/ChangeLog      | 5 +++++
 gas/doc/as.texinfo | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1856699..0206977 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]