diff options
author | Ben Elliston <bje@au.ibm.com> | 2001-07-05 00:25:28 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2001-07-05 00:25:28 +0000 |
commit | 81b0b3f17525b0c47fa4f732e173a213a3a8a80f (patch) | |
tree | 365a672ba50a00869fdd77cfefa29b8a4e01f09d /gas/doc/as.texinfo | |
parent | 8aa9a2becc6e7cb152a0ed8aa0b5a79851fb0d76 (diff) | |
download | gdb-81b0b3f17525b0c47fa4f732e173a213a3a8a80f.zip gdb-81b0b3f17525b0c47fa4f732e173a213a3a8a80f.tar.gz gdb-81b0b3f17525b0c47fa4f732e173a213a3a8a80f.tar.bz2 |
2001-07-05 Ben Elliston <bje@redhat.com>
* doc/c-m88k.texi: New file.
* doc/Makefile.am (CPU_DOCS): Add c-m88k.texi.
* doc/Makefile.in: Regenerate.
* doc/all.texi: Set M880X0.
* doc/as.texinfo: Hook in m88k-dependent documentation.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 95825c6..4228802 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -40,6 +40,7 @@ @set M32R @set M68HC11 @set M680X0 +@set M880X0 @set MCORE @set MIPS @set PDP11 @@ -1860,6 +1861,9 @@ is considered a comment and is ignored. The line comment character is @ifset M68HC11 @samp{#} on the 68HC11 and 68HC12; @end ifset +@ifset M880X0 +@samp{;} on the M880x0; +@end ifset @ifset VAX @samp{#} on the Vax; @end ifset @@ -1870,7 +1874,7 @@ is considered a comment and is ignored. The line comment character is @samp{#} on the V850; @end ifset see @ref{Machine Dependencies}. @refill -@c FIXME What about m88k, i860? +@c FIXME What about i860? @ifset GENERIC On some machines there are two different line comment characters. One @@ -5477,6 +5481,9 @@ subject, see the hardware manufacturer's manual. @ifset M68HC11 * M68HC11-Dependent:: M68HC11 and 68HC12 Dependent Features @end ifset +@ifset M880X0 +* M88K-Dependent:: M880x0 Dependent Features +@end ifset @ifset MIPS * MIPS-Dependent:: MIPS Dependent Features @end ifset @@ -5596,6 +5603,10 @@ family. @include c-m68hc11.texi @end ifset +@ifset M880X0 +@include c-m88k.texi +@end ifset + @ifset MIPS @include c-mips.texi @end ifset |