* doc/as.texinfo: Add mention of RX port and inclusion of RX
authorNick Clifton <nickc@redhat.com>
Mon, 26 Oct 2009 10:10:37 +0000 (10:10 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 26 Oct 2009 10:10:37 +0000 (10:10 +0000)
        documentation.

gas/doc/as.texinfo

index a800b5bd320c0d9553e4cc773035903d64e6d7f4..8b277677aa62b2f0b4297b0b8ee3202c25faedaf 100644 (file)
@@ -1191,6 +1191,10 @@ Assemble for a little endian target.
 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.
@@ -2282,6 +2286,9 @@ is considered a comment and is ignored.  The line comment character is
 @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
@@ -6817,6 +6824,9 @@ subject, see the hardware manufacturer's manual.
 @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
@@ -6995,6 +7005,10 @@ family.
 @include c-ppc.texi
 @end ifset
 
+@ifset RX
+@include c-rx.texi
+@end ifset
+
 @ifset S390
 @include c-s390.texi
 @end ifset
This page took 0.034189 seconds and 4 git commands to generate.