This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] GAS/doc: Clean-up `.dc' and `.ds' directive descriptions


	gas/
	* doc/as.texinfo (Pseudo Ops): Clean-up `.dc' and `.ds' 
	descriptions.
---
Hi Nick,

 OK for this clean-up?

  Maciej
---
 gas/doc/as.texinfo |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

binutils-gas-doc-dxx-pseudo.diff
Index: binutils/gas/doc/as.texinfo
===================================================================
--- binutils.orig/gas/doc/as.texinfo	2018-02-26 13:02:22.000000000 +0000
+++ binutils/gas/doc/as.texinfo	2018-02-26 13:04:42.262217979 +0000
@@ -5090,8 +5090,8 @@ Emits long double precision floating-poi
 
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]