Blame SOURCES/binutils-rh1038339.patch

8101c5
diff -Nrup a/gas/doc/as.texinfo b/gas/doc/as.texinfo
8101c5
--- a/gas/doc/as.texinfo	2013-02-27 15:28:03.000000000 -0500
8101c5
+++ b/gas/doc/as.texinfo	2013-12-11 13:18:39.401021599 -0500
8101c5
@@ -241,7 +241,7 @@ gcc(1), ld(1), and the Info entries for 
8101c5
  [@b{--listing-lhs-width2}=@var{NUM}] [@b{--listing-rhs-width}=@var{NUM}]
8101c5
  [@b{--listing-cont-lines}=@var{NUM}] [@b{--keep-locals}] [@b{-o}
8101c5
  @var{objfile}] [@b{-R}] [@b{--reduce-memory-overheads}] [@b{--statistics}]
8101c5
- [@b{-v}] [@b{-version}] [@b{--version}] [@b{-W}] [@b{--warn}]
8101c5
+ [@b{-v}] [@b{-verbose}] [@b{--verbose}] [@b{-version}] [@b{--version}] [@b{-W}] [@b{--warn}]
8101c5
  [@b{--fatal-warnings}] [@b{-w}] [@b{-x}] [@b{-Z}] [@b{@@@var{FILE}}]
8101c5
  [@b{--size-check=[error|warning]}]
8101c5
  [@b{--target-help}] [@var{target-options}]
8101c5
@@ -723,10 +723,12 @@ assembly.
8101c5
 Remove local absolute symbols from the outgoing symbol table.
8101c5
 
8101c5
 @item -v
8101c5
-@itemx -version
8101c5
-Print the @command{as} version.
8101c5
+@itemx -verbose
8101c5
+@itemx --verbose
8101c5
+Print the @command{as} version and continue.
8101c5
 
8101c5
-@item --version
8101c5
+@item -version
8101c5
+@itemx --version
8101c5
 Print the @command{as} version and exit.
8101c5
 
8101c5
 @item -W
8101c5
@@ -2361,12 +2363,16 @@ For example, it disables the exception f
8101c5
 @section Announce Version: @option{-v}
8101c5
 
8101c5
 @kindex -v
8101c5
-@kindex -version
8101c5
 @cindex assembler version
8101c5
 @cindex version of assembler
8101c5
 You can find out what version of as is running by including the
8101c5
-option @samp{-v} (which you can also spell as @samp{-version}) on the
8101c5
-command line.
8101c5
+option @samp{-v} (which you can also spell as @samp{-verbose} or 
8101c5
+@samp{--verbose}) on the command line.
8101c5
+
8101c5
+@section Announce Version and Exit: @option{-version}
8101c5
+@kindex -version
8101c5
+The @samp{-version} option (which you can also spell as @samp{--version})
8101c5
+prints the version of as and exits. 
8101c5
 
8101c5
 @node W
8101c5
 @section Control Warnings: @option{-W}, @option{--warn}, @option{--no-warn}, @option{--fatal-warnings}