]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/doc/c-xc16x.texi
Remove trailing white spaces on gas
[thirdparty/binutils-gdb.git] / gas / doc / c-xc16x.texi
index cd7688fd32163f353d8e4c916efecfbc3e2a8e2f..9589139c377d4aa2919cd858a91b689e93f2fc8a 100644 (file)
@@ -35,7 +35,7 @@ This assembles a word (16-bit) constant.
 
 @cindex @code{ascii} directive, xc16x
 @item .ascii "@var{ascii}"
-This directive used for copying @var{str} into the object file. 
+This directive used for copying @var{str} into the object file.
 The string is terminated with a null byte.
 
 @cindex @code{set} directive, xc16x
@@ -52,7 +52,7 @@ Reserve @var{length} bytes in the bss section for a local @var{symbol},
 aligned to the power of two specified by @var{align}.  @var{length} and
 @var{align} must be positive absolute expressions.  This directive
 differs from @samp{.lcomm} only in that it permits you to specify
-an alignment.  
+an alignment.
 @end table
 
 @node xc16x Syntax