mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-06 14:21:43 +08:00
Fix typo in documentation of assembler's .dc directive.
* doc/as.texinfo (Dc): Fix typo.
This commit is contained in:
parent
6838f2bed6
commit
46c685acda
@ -1,3 +1,7 @@
|
||||
2018-02-26 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* doc/as.texinfo (Dc): Fix typo.
|
||||
|
||||
2018-02-26 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* testsuite/gas/mips/reginfo-2.l: Update.
|
||||
|
@ -5064,7 +5064,7 @@ to zero.
|
||||
@section @code{.dc[@var{size}] @var{expressions}}
|
||||
@cindex @code{dc} directive
|
||||
|
||||
The @code{.dc} directive expects zero of more @var{expressions} separated by
|
||||
The @code{.dc} directive expects zero or more @var{expressions} separated by
|
||||
commas. These expressions are evaluated and their values inserted into the
|
||||
current section. The size of the emitted value depends upon the suffix to the
|
||||
@code{.dc} directive:
|
||||
|
Loading…
x
Reference in New Issue
Block a user