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]
Other format: [Raw text]

Fix typo in gas/doc/as.texinfo


Hi Guys,

  I am applying the patch below to both the mainline and the branch to
  fix an obvious typo in the gas documentation.  The CRIS-Dependent
  node was being condiontialized on MMIX being set instead of CRIS.

Cheers
        Nick

2002-02-16  Nick Clifton  <nickc@cambridge.redhat.com>

	* doc/as.texinfo (Machine Dependencies): Fix typo: MMIX used
	instead of CRIS.

Index: gas/doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.57
diff -c -3 -p -w -r1.57 as.texinfo
*** as.texinfo	2002/02/15 11:24:30	1.57
--- as.texinfo	2002/02/16 10:58:29
*************** subject, see the hardware manufacturer's
*** 5605,5611 ****
  @ifset ARM
  * ARM-Dependent::               ARM Dependent Features
  @end ifset
! @ifset MMIX
  * CRIS-Dependent::              CRIS Dependent Features
  @end ifset
  @ifset D10V
--- 5605,5611 ----
  @ifset ARM
  * ARM-Dependent::               ARM Dependent Features
  @end ifset
! @ifset CRIS
  * CRIS-Dependent::              CRIS Dependent Features
  @end ifset
  @ifset D10V


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