mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Fix spelling error in assembler documentation.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2019-06-28 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
PR 24735
|
||||||
|
* doc/as.texi (Zero): Fix spelling typo.
|
||||||
|
|
||||||
2019-07-01 Jan Beulich <jbeulich@suse.com>
|
2019-07-01 Jan Beulich <jbeulich@suse.com>
|
||||||
|
|
||||||
* config/tc-i386.c (vec_imm4): Delete.
|
* config/tc-i386.c (vec_imm4): Delete.
|
||||||
|
@ -7381,7 +7381,7 @@ assembly language programmers.
|
|||||||
@cindex filling memory with zero bytes
|
@cindex filling memory with zero bytes
|
||||||
This directive emits @var{size} 0-valued bytes. @var{size} must be an absolute
|
This directive emits @var{size} 0-valued bytes. @var{size} must be an absolute
|
||||||
expression. This directive is actually an alias for the @samp{.skip} directive
|
expression. This directive is actually an alias for the @samp{.skip} directive
|
||||||
so in can take an optional second argument of the value to store in the bytes
|
so it can take an optional second argument of the value to store in the bytes
|
||||||
instead of zero. Using @samp{.zero} in this way would be confusing however.
|
instead of zero. Using @samp{.zero} in this way would be confusing however.
|
||||||
@end ifclear
|
@end ifclear
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user