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 recent patch to as.texinfo


Hi Guys,

  I am applying the following patch to fixup a small typo I made when
  applying the IA64 documentation patch.

Cheers
        Nick

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

	* doc/as.texinfo (Overview): Add missing @ifset IA64


Index: doc/as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.59
diff -c -3 -p -w -r1.59 as.texinfo
*** as.texinfo	2002/02/25 10:34:25	1.59
--- as.texinfo	2002/02/26 12:01:28
*************** gcc(1), ld(1), and the Info entries for 
*** 334,340 ****
      @b{-AKC}|@b{-AMC}]
     [@b{-b}] [@b{-no-relax}]
  @end ifset
! @ifset M32R
  
  @emph{Target IA-64 options:}
     [@b{-mconstant-gp}|@b{-mauto-pic}]
--- 334,340 ----
      @b{-AKC}|@b{-AMC}]
     [@b{-b}] [@b{-no-relax}]
  @end ifset
! @ifset IA64
  
  @emph{Target IA-64 options:}
     [@b{-mconstant-gp}|@b{-mauto-pic}]
*************** gcc(1), ld(1), and the Info entries for 
*** 342,347 ****
--- 342,348 ----
     [@b{-mle}|@b{mbe}]
     [@b{-x}|@b{-xexplicit}] [@b{-xauto}] [@b{-xdebug}]
  @end ifset
+ @ifset M32R
  
  @emph{Target M32R options:}
     [@b{--m32rx}|@b{--[no-]warn-explicit-parallel-conflicts}|


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