diff options
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 435d388..ece67c0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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, diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index e4a0fc1..142cec1 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -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} |