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] Documentation fix


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

commit e21126b7b381a9083e6670ca9adaad6060e376d1
Author: Alan Modra <amodra@gmail.com>
Date:   Mon Dec 4 22:25:45 2017 +1030

    Documentation fix
    
    	PR 22544
    	* doc/as.texinfo (8byte): Correct.

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

diff --git a/gas/ChangeLog b/gas/ChangeLog
index b88af71..7a8d3df 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
 2017-12-04  Alan Modra  <amodra@gmail.com>
 
+	PR 22544
+	* doc/as.texinfo (8byte): Correct.
+
+2017-12-04  Alan Modra  <amodra@gmail.com>
+
 	* testsuite/gas/ppc/ppc.exp: Don't exclude VLE tests when little-endian.
 	* testsuite/gas/ppc/efs.d: Add -mbig to assembler options.
 	* testsuite/gas/ppc/efs2.d: Likewise.
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index faa228d..4251808 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -7401,7 +7401,7 @@ long values into the output.
 @cindex eight-byte integer
 @cindex integer, 8-byte
 
-Like the @option{.8byte} directive, except that it inserts unaligned, eight
+Like the @option{.2byte} directive, except that it inserts unaligned, eight
 byte long bignum values into the output.
 
 @end ifset


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