mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Document the .value directive supported by the x86 and x86_64 assemblers.
PR 24738 * doc/c-i386.texi (i386-Directives): Add a description of the Value directive.
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user