summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2013-04-20 20:10:15 +0400
committerCyrill Gorcunov <gorcunov@gmail.com>2013-04-20 20:10:15 +0400
commit9563d09da6d68194ad1b410048c170b3a6a4f494 (patch)
tree674b04763e72fa2642f9b341aeaabc1e5eb44726
parentc7b53ffe1f16da98f1711529dc3ec1cbdba6ab6e (diff)
downloadnasm-9563d09da6d68194ad1b410048c170b3a6a4f494.tar.gz
BR3392248: Update nasm manual
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
-rw-r--r--nasm.txt11
1 files changed, 9 insertions, 2 deletions
diff --git a/nasm.txt b/nasm.txt
index dde95bab..c6f56816 100644
--- a/nasm.txt
+++ b/nasm.txt
@@ -33,7 +33,7 @@ OPTIONS
*-D*|*-d* 'macro[=value]'::
Pre-defines a single-line macro.
-*-e*::
+*-E*|*-e*::
Causes *nasm* to preprocess the given input file, and write the output to
'stdout' (or the specified output file name), and not actually assemble
anything.
@@ -42,8 +42,12 @@ OPTIONS
Specifies the output file format. To see a list of valid output formats,
use the *-hf* option.
+*-F* 'format'::
+ Specifies the debug information format. To see a list of valid output
+ formats, use the *-y* option (for example *-felf -y*).
+
*-g*::
- Causes *nasm* to generate debug information in selected format
+ Causes *nasm* to generate debug information in selected format.
*-h*::
Causes *nasm* to exit immediately, after giving a summary of its
@@ -124,6 +128,9 @@ OPTIONS
*-X* 'format'::
Specifies error reporting format (gnu or vc).
+*-y*::
+ Causes *nasm* to list supported debug formats.
+
*-Z* 'filename'::
Causes *nasm* to redirect error messages to 'filename'. This option exists
to support operating systems on which stderr is not easily redirected.