From: Maciej W. Rozycki Date: Mon, 26 Feb 2018 16:11:03 +0000 (+0000) Subject: GAS/doc: Clean up `.dc' and `.ds' directive descriptions X-Git-Tag: users/gbenson/thread_db-test/2018-05-23~779 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7c798565e0f12a821dd399ac3bbf5d49271169a;p=thirdparty%2Fbinutils-gdb.git GAS/doc: Clean up `.dc' and `.ds' directive descriptions gas/ * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds' descriptions. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index a4e80ee1087..397056fafd0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2018-02-26 Maciej W. Rozycki + + * doc/as.texinfo (Pseudo Ops): Clean up `.dc' and `.ds' + descriptions. + 2018-02-26 Nick Clifton * doc/as.texinfo (Dc): Fix typo. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 002a93fd224..392365d2ae0 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