diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-02 01:10:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-02 01:10:33 +0000 |
commit | c6c98b3833d01c45200708006011e5cecd461fac (patch) | |
tree | c07dc1c4a235bd50c648bec5d6adbc70a0c844ef /gas/doc | |
parent | 84ea6cf2c5170547163a4bf09ac2bbb3cd424685 (diff) | |
download | binutils-c6c98b3833d01c45200708006011e5cecd461fac.zip binutils-c6c98b3833d01c45200708006011e5cecd461fac.tar.gz binutils-c6c98b3833d01c45200708006011e5cecd461fac.tar.bz2 |
Add MIPS SB1 machine
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 |