diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2015-07-16 17:51:04 +0800 |
---|---|---|
committer | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2015-08-04 09:39:42 +0800 |
commit | edc66de9a5883295bb32fad2c87bf4c62f97f54a (patch) | |
tree | 36dec478843ace2be1688be93c86669351415adc /gas/doc | |
parent | a26b73ed2d90d6ef080810fa9dd166b43e8a3eb7 (diff) | |
download | binutils-edc66de9a5883295bb32fad2c87bf4c62f97f54a.zip binutils-edc66de9a5883295bb32fad2c87bf4c62f97f54a.tar.gz binutils-edc66de9a5883295bb32fad2c87bf4c62f97f54a.tar.bz2 |
2015-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
* doc/c-aarch64.texi (.xword): Document directive.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 4 |
1 files changed, 4 insertions, 0 deletions
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 |