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] 2015-08-04 Thomas Preud'homme <thomas dot preudhomme at arm dot com>


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

commit edc66de9a5883295bb32fad2c87bf4c62f97f54a
Author: Thomas Preud'homme <thomas.preudhomme@arm.com>
Date:   Thu Jul 16 17:51:04 2015 +0800

    2015-08-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
    
            * doc/c-aarch64.texi (.xword): Document directive.

Diff:
---
 gas/ChangeLog          | 4 ++++
 gas/doc/c-aarch64.texi | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 0aa3cab..cdb1f5d 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2015-08-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
+
+	* doc/c-aarch64.texi (.xword): Document directive.
+
 2015-08-03  Nick Clifton  <nickc@redhat.com>
 
 	* doc/as.texinfo (Overview): Add --hash-size to the synopsis and
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi
index 0fe3a84..2053990 100644
--- a/gas/doc/c-aarch64.texi
+++ b/gas/doc/c-aarch64.texi
@@ -340,6 +340,10 @@ should only be done if it is really necessary.
 @c YYYYYYYYYYYYYYYYYYYYYYYYYY
 @c ZZZZZZZZZZZZZZZZZZZZZZZZZZ
 
+@cindex @code{.xword} directive, AArch64
+@item .xword
+The @code{.xword} directive produces 64 bit values.
+
 @end table
 
 @node AArch64 Opcodes


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