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