* doc/as.texinfo: Add documentation for MRI compatibility mode.

* doc/as.1: Likewise.
This commit is contained in:
Ian Lance Taylor 1995-08-10 21:18:21 +00:00
parent 5357b554ba
commit 79e15b8a98
3 changed files with 138 additions and 3421 deletions

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff