diff options
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 5 | ||||
-rw-r--r-- | gas/doc/c-mips.texi | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 3988d00..2ff2103 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -689,8 +689,9 @@ instructions around accesses to the @samp{HI} and @samp{LO} registers. @samp{-no-m4650} turns off this option. @item -mcpu=@var{CPU} -Generate code for a particular MIPS cpu. This has little effect on the -assembler, but it is passed by @code{@value{GCC}}. +Generate code for a particular MIPS cpu. It is exactly equivalent to +@samp{-m@var{cpu}}, except that there are more value of @var{cpu} +understood. @cindex emulation @item --emulation=@var{name} diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index b9902ff..cb9579f 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -149,7 +149,8 @@ rm5721, rm7000, 8000, 10000, -mips32-4k +mips32-4k, +sb1 @end quotation |