2001-10-17 Chris Demetriou <cgd@broadcom.com>
* doc/as.texinfo (MIPS ISA options): Added accidentally omitted "-mips64" option to list of options.
This commit is contained in:
parent
f5c120c5dc
commit
4058e45f54
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-10-17 Chris Demetriou <cgd@broadcom.com>
|
||||
|
||||
* doc/as.texinfo (MIPS ISA options): Added accidentally
|
||||
omitted "-mips64" option to list of options.
|
||||
|
||||
2001-10-17 matthew green <mrg@redhat.com>
|
||||
|
||||
* config/tc-ppc.c (md_show_usage): Add missing -maltivec, -m7400,
|
||||
|
|
|
@ -782,6 +782,7 @@ Generate ``little endian'' format output.
|
|||
@itemx -mips3
|
||||
@itemx -mips4
|
||||
@itemx -mips32
|
||||
@itemx -mips64
|
||||
Generate code for a particular MIPS Instruction Set Architecture level.
|
||||
@samp{-mips1} corresponds to the @sc{r2000} and @sc{r3000} processors,
|
||||
@samp{-mips2} to the @sc{r6000} processor, and @samp{-mips3} to the @sc{r4000}
|
||||
|
|
Loading…
Reference in a new issue