This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[trivial patch] fix omission in gas/doc/as.texinfo


Checked the following in, it's obviously correct.  (Extra context
provided on the diff to make it clear why.  8-)

2001-10-17  Chris Demetriou  <cgd@broadcom.com>

	* doc/as.texinfo (MIPS ISA options):  Added accidentally
	omitted "-mips64" option to list of options.

Index: doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.47
diff -u -C6 -r1.47 as.texinfo
*** as.texinfo	2001/10/13 01:59:08	1.47
--- as.texinfo	2001/10/17 19:10:18
***************
*** 779,790 ****
--- 779,791 ----
  @cindex MIPS ISA
  @item -mips1
  @itemx -mips2
  @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}
  processor.
  @samp{-mips5}, @samp{-mips32}, and @samp{-mips64} correspond
  to generic @sc{MIPS V}, @sc{MIPS32}, and @sc{MIPS64} ISA


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]