diff options
author | Nick Clifton <nickc@redhat.com> | 2009-10-26 10:10:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-10-26 10:10:37 +0000 |
commit | 046d31c2bea1cb71edf911e9922f660860f569ed (patch) | |
tree | b9949c5bfbc4da96de5675115c7eeb711308f163 /gas/doc | |
parent | efabc51b645dee9903ac6df23610a8e68c9d7d19 (diff) | |
download | gdb-046d31c2bea1cb71edf911e9922f660860f569ed.zip gdb-046d31c2bea1cb71edf911e9922f660860f569ed.tar.gz gdb-046d31c2bea1cb71edf911e9922f660860f569ed.tar.bz2 |
* doc/as.texinfo: Add mention of RX port and inclusion of RX
documentation.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/as.texinfo | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index a800b5b..8b27767 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 |