2000-08-11 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gas / doc / as.1
index 09e4c5dd6f0536e9b4214e808aa1794573d9996e..5fc517c781363c4fea47803a414bd970e71653ac 100644 (file)
@@ -1,28 +1,32 @@
-.\" Copyright (c) 1991, 1992 Free Software Foundation
+.\" Copyright (c) 1991, 1992, 1996, 1997, 1998 Free Software Foundation
 .\" See section COPYING for conditions for redistribution
-.TH as 1 "21 January 1992" "cygnus support" "GNU Development Tools"
+.TH as 1 "29 March 1996" "cygnus support" "GNU Development Tools"
 
 .SH NAME
-GNU as\-\-the portable GNU assembler.
+GNU as \- the portable GNU assembler.
 
 .SH SYNOPSIS
 .na
 .B as
 .RB "[\|" \-a "[\|" dhlns "\|]" \c
-\&\[\|\=\c
+\&[\|\=\c
 .I file\c
 \&\|]\|]
 .RB "[\|" \-D "\|]"
+.RB "[\|" \-\-defsym\ SYM=VAL "\|]"
 .RB "[\|" \-f "\|]"
+.RB "[\|" \-\-gstabs "\|]"
 .RB "[\|" \-I
 .I path\c
 \&\|]
 .RB "[\|" \-K "\|]"
 .RB "[\|" \-L "\|]"
+.RB "[\|" \-M\ |\ \-\-mri "\|]"
 .RB "[\|" \-o 
 .I objfile\c
 \&\|]
 .RB "[\|" \-R "\|]"
+.RB "[\|" \-\-traditional\-format "\|]"
 .RB "[\|" \-v "\|]"
 .RB "[\|" \-w "\|]"
 .RB "[\|" \-\^\- "\ |\ " \c
@@ -146,6 +150,11 @@ other assemblers; it has no effect on \c
 .B as\c
 \&.
 .TP
+.B \-\-defsym SYM=VALUE
+Define the symbol SYM to be VALUE before assembling the input file.
+VALUE must be an integer constant.  As in C, a leading 0x indicates a
+hexadecimal value, and a leading 0 indicates an octal value.
+.TP
 .B \-f
 ``fast''--skip preprocessing (assume source is compiler output).
 .TP
@@ -156,6 +165,10 @@ to the search list for
 .B .include
 directives.
 .TP
+.B \-\-gstabs
+Generate stabs debugging information for each assembler line.  This
+may help debugging assembler code, if the debugger can handle it.
+.TP
 .B \-K
 Issue warnings when difference tables altered for long displacements.
 .TP
@@ -164,6 +177,9 @@ Keep (in symbol table) local symbols, starting with `\|\c
 .B L\c
 \|'
 .TP
+.B \-M, \-\-mri
+Assemble in MRI compatibility mode.
+.TP
 .BI "\-o\ " objfile
 Name the object-file output from \c
 .B as
@@ -171,13 +187,22 @@ Name the object-file output from \c
 .B \-R
 Fold data section into text section
 .TP
+.B \-\-traditional\-format
+Use same format as native assembler, when possible.
+.TP
 .B \-v
 Announce \c
 .B as\c
 \& version
 .TP
-.B \-W
-Suppress warning messages
+.B \-W, \-\-no-warn
+Suppress warning messages.
+.TP
+.B \-\-fatal\-warnings
+Consider warnings to be fatal.
+.TP
+.B \-\-warn
+Just warn on warnings.
 .TP
 .IR "\-\^\-" "\ |\ " "files\|.\|.\|."
 Source files to assemble, or standard input (\c
This page took 0.025231 seconds and 4 git commands to generate.