diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-11 20:40:36 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-11 20:40:36 +0000 |
commit | 63486801dd981dfadf3c3d9c2d2f3a2ea7401cad (patch) | |
tree | ec9d6becd3f2fc72c5d5441959345bcc3fa9e136 /gas/doc/as.1 | |
parent | 88379bafe54d70ae623116af9b8fe8a35e0a65c5 (diff) | |
download | gdb-63486801dd981dfadf3c3d9c2d2f3a2ea7401cad.zip gdb-63486801dd981dfadf3c3d9c2d2f3a2ea7401cad.tar.gz gdb-63486801dd981dfadf3c3d9c2d2f3a2ea7401cad.tar.bz2 |
2001-06-11 H.J. Lu <hjl@gnu.org>
* NEWS: Updated for the new -n option for the MIPS assembler.
* config/tc-mips.c (md_show_usage): Add -n.
* doc/as.texinfo: Document the new -n option.
* doc/c-mips.texi: Likewise.
* doc/as.1: Regenerated.
Diffstat (limited to 'gas/doc/as.1')
-rw-r--r-- | gas/doc/as.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gas/doc/as.1 b/gas/doc/as.1 index 51036ea..a53d53a 100644 --- a/gas/doc/as.1 +++ b/gas/doc/as.1 @@ -1,5 +1,5 @@ .\" Automatically generated by Pod::Man version 1.02 -.\" Fri Apr 13 11:27:39 2001 +.\" Mon Jun 11 09:28:09 2001 .\" .\" Standard preamble: .\" ====================================================================== @@ -137,7 +137,7 @@ .\" ====================================================================== .\" .IX Title "AS 1" -.TH AS 1 "binutils-2.11.90" "2001-04-13" "GNU" +.TH AS 1 "binutils-2.11.90" "2001-06-11" "GNU" .UC .SH "NAME" \&\s-1AS\s0 \- the portable \s-1GNU\s0 assembler. @@ -192,7 +192,7 @@ as [ \-a[cdhlns][=file] ] [ \-D ] [ \-\-defsym \fIsym\fR=\fIval\fR ] [ \-mips1 ] [ \-mips2 ] [ \-mips3 ] [ \-mips4 ] [ \-mips5 ] [ \-mips32 ] [ \-mips64 ] [ \-m4650 ] [ \-no-m4650 ] - [ \-\-trap ] [ \-\-break ] + [ \-\-trap ] [ \-\-break ] [ \-n ] [ \-\-emulation=\fIname\fR ] [ \*(-- | \fIfiles\fR ... ] .SH "DESCRIPTION" @@ -677,6 +677,10 @@ Control how to deal with multiplication overflow and division by zero. (and only work for Instruction Set Architecture level 2 and higher); \&\fB\*(--break\fR or \fB\*(--no-trap\fR (also synonyms, and the default) take a break exception. +.Ip "\f(CW\*(C`\-n\*(C'\fR" 4 +.IX Item "-n" +When this option is used, \f(CW\*(C`as\*(C'\fR will issue a warning every +time it generates a nop instruction from a macro. .PP The following options are available when as is configured for an MCore processor. |