aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@mips.com>2018-02-26 16:11:03 +0000
committerMaciej W. Rozycki <macro@mips.com>2018-02-26 16:11:03 +0000
commitd7c798565e0f12a821dd399ac3bbf5d49271169a (patch)
treeab00ba9da2039d6c3eee78b2f52ce129bd30e375 /gas/doc
parent48fbe735fb8f0e65976d2b9dd345bf2f947ad258 (diff)
downloadgdb-d7c798565e0f12a821dd399ac3bbf5d49271169a.zip
gdb-d7c798565e0f12a821dd399ac3bbf5d49271169a.tar.gz
gdb-d7c798565e0f12a821dd399ac3bbf5d49271169a.tar.bz2
GAS/doc: Clean up `.dc' and `.ds' directive descriptions
gas/ * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds' descriptions.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texinfo9
1 files changed, 4 insertions, 5 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index 002a93f..392365d 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -5090,8 +5090,8 @@ Emits long double precision floating-point values.
If no suffix is used then @samp{.w} is assumed.
-The byte ordering is still target dependent, as is the size and format of
-floating point values.
+The byte ordering is target dependent, as is the size and format of floating
+point values.
@node Dcb
@section @code{.dcb[@var{size}] @var{number} [,@var{fill}]}
@@ -5147,12 +5147,11 @@ Emits 12-byte values.
@end table
Note - unlike the @code{.dcb} directive the @samp{.d}, @samp{.s} and @samp{.x}
-suffixes do not indicate that floating-point values are to inserted.
+suffixes do not indicate that floating-point values are to be inserted.
If the @var{size} suffix is omitted then @samp{.w} is assumed.
-The byte ordering is target dependent, as is the size and format of floating
-point values.
+The byte ordering is target dependent.
@ifset COFF