Document the .value directive supported by the x86 and x86_64 assemblers.
authorNick Clifton <nickc@redhat.com>
Mon, 1 Jul 2019 11:39:09 +0000 (12:39 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 1 Jul 2019 11:39:09 +0000 (12:39 +0100)
PR 24738
* doc/c-i386.texi (i386-Directives): Add a description of the
Value directive.

gas/ChangeLog
gas/doc/c-i386.texi

index fb41498bae4c41f1c61e899cc40c3a71f00b3e6e..8bf427ec4c66c3aa420b29436afabf041492f054 100644 (file)
@@ -1,3 +1,9 @@
+2019-07-01  Nick Clifton  <nickc@redhat.com>
+
+       PR 24738
+       * doc/c-i386.texi (i386-Directives): Add a description of the
+       Value directive.
+
 2019-07-01  Nick Clifton  <nickc@redhat.com>
 
        PR 24737
index e0d0bc9f945f47aa3cb1ee30b061a6012620ed44..6fad69f73d64fc79e7f6e0c1a190c2731c44fc20 100644 (file)
@@ -516,6 +516,12 @@ The directive is intended to be used for data which requires a large
 amount of space, and it is only available for ELF based x86_64
 targets.
 
+@cindex @code{value} directive
+@item .value @var{expression} [, @var{expression}]
+This directive behaves in the same way as the @code{.short} directive,
+taking a series of comma separated expressions and storing them as
+two-byte wide values into the current section.
+
 @c FIXME: Document other x86 specific directives ?  Eg: .code16gcc,
 
 @end table
This page took 0.026476 seconds and 4 git commands to generate.