This is the mail archive of the binutils@sourceware.org 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]

Committed: Include RX gas documentation in as.texinfo


Hi Guys,

  Just noticed a small omission in the RX contribution.  We created a
  gas/doc/c-rx.texi file. but forgot to include the patch to
  as.texinfo to make sure that it is included in the generated gas
  documentation.  Doh.  So I am applying the attached patch to fix
  this.

Cheers
  Nick

gas/ChangeLog
2009-10-26  Nick Clifton  <nickc@redhat.com>

	* doc/as.texinfo: Add mention of RX port and inclusion of RX
	documentation.

Index: as.texinfo
===================================================================
RCS file: /cvs/src/src/gas/doc/as.texinfo,v
retrieving revision 1.212
diff -c -3 -p -r1.212 as.texinfo
*** as.texinfo	25 Oct 2009 02:11:13 -0000	1.212
--- as.texinfo	26 Oct 2009 10:06:45 -0000
*************** Assemble for a little endian target.
*** 1191,1196 ****
--- 1191,1200 ----
  See the info pages for documentation of the MMIX-specific options.
  @end ifset
  
+ @ifset RX
+ See the info pages for documentation of the RX-specific options.
+ @end ifset
+ 
  @ifset S390
  The following options are available when @value{AS} is configured for the s390
  processor family.
*************** is considered a comment and is ignored. 
*** 2282,2287 ****
--- 2286,2294 ----
  @ifset M68HC11
  @samp{#} on the 68HC11 and 68HC12;
  @end ifset
+ @ifset RX
+ @samp{#} on the RX;
+ @end ifset
  @ifset VAX
  @samp{#} on the Vax;
  @end ifset
*************** subject, see the hardware manufacturer's
*** 6817,6822 ****
--- 6824,6832 ----
  @ifset PPC
  * PPC-Dependent::               PowerPC Dependent Features
  @end ifset
+ @ifset RX
+ * RX-Dependent::                RX Dependent Features
+ @end ifset
  @ifset S390
  * S/390-Dependent::             IBM S/390 Dependent Features
  @end ifset
*************** family.
*** 6995,7000 ****
--- 7005,7014 ----
  @include c-ppc.texi
  @end ifset
  
+ @ifset RX
+ @include c-rx.texi
+ @end ifset
+ 
  @ifset S390
  @include c-s390.texi
  @end ifset


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