* doc/as.texinfo: Add documentation for MRI compatibility mode.
* doc/as.1: Likewise.
This commit is contained in:
parent
5357b554ba
commit
79e15b8a98
@ -1,5 +1,8 @@
|
||||
Thu Aug 10 00:38:11 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* doc/as.texinfo: Add documentation for MRI compatibility mode.
|
||||
* doc/as.1: Likewise.
|
||||
|
||||
* config/tc-m68k.c (m68k_ip): When recognizing '#', use isbyte and
|
||||
iword rather than expr8 and expr16. When recognizing 'M', use
|
||||
issbyte rather than expr8. When recognizing 'Q' and 't', just
|
||||
|
@ -19,6 +19,7 @@ GNU as\-\-the portable GNU assembler.
|
||||
\&\|]
|
||||
.RB "[\|" \-K "\|]"
|
||||
.RB "[\|" \-L "\|]"
|
||||
.RB "[\|" \-M\ |\ \-\-mri "\|]"
|
||||
.RB "[\|" \-o
|
||||
.I objfile\c
|
||||
\&\|]
|
||||
@ -164,6 +165,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
|
||||
|
3552
gas/doc/as.texinfo
3552
gas/doc/as.texinfo
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user