From: Nick Clifton Date: Mon, 26 Oct 2009 10:10:37 +0000 (+0000) Subject: * doc/as.texinfo: Add mention of RX port and inclusion of RX X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=046d31c2bea1cb71edf911e9922f660860f569ed;p=binutils-gdb.git * doc/as.texinfo: Add mention of RX port and inclusion of RX documentation. --- diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index a800b5bd320..8b277677aa6 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -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