diff options
author | Chris Demetriou <cgd@google.com> | 2001-10-17 19:16:16 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2001-10-17 19:16:16 +0000 |
commit | 4058e45f546df4f7e887ea2c6ec4fb7f2ab3b1d7 (patch) | |
tree | ba7680b1298b4241fe08ec66cace527a8898d3e8 | |
parent | f5c120c5dcc817baeafc0db53d03e84735616eb2 (diff) | |
download | fsf-binutils-gdb-4058e45f546df4f7e887ea2c6ec4fb7f2ab3b1d7.zip fsf-binutils-gdb-4058e45f546df4f7e887ea2c6ec4fb7f2ab3b1d7.tar.gz fsf-binutils-gdb-4058e45f546df4f7e887ea2c6ec4fb7f2ab3b1d7.tar.bz2 |
2001-10-17 Chris Demetriou <cgd@broadcom.com>
* doc/as.texinfo (MIPS ISA options): Added accidentally
omitted "-mips64" option to list of 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} |