]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
GAS/doc: Clean up `.dc' and `.ds' directive descriptions
authorMaciej W. Rozycki <macro@mips.com>
Mon, 26 Feb 2018 16:11:03 +0000 (16:11 +0000)
committerMaciej W. Rozycki <macro@mips.com>
Mon, 26 Feb 2018 16:11:03 +0000 (16:11 +0000)
gas/
* doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds'
descriptions.

gas/ChangeLog
gas/doc/as.texinfo

index a4e80ee108794ae8bde698932b554f3662320cc6..397056fafd08ab11ee3d2be7622ee296f8051ed4 100644 (file)
@@ -1,3 +1,8 @@
+2018-02-26  Maciej W. Rozycki  <macro@mips.com>
+
+       * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds'
+       descriptions.
+
 2018-02-26  Nick Clifton  <nickc@redhat.com>
 
        * doc/as.texinfo (Dc): Fix typo.
index 002a93fd2241460c4192c6debdddf5386a6f5e0c..392365d2ae03ae0e587f7e72ee2c7919109a450b 100644 (file)
@@ -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