diff options
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 142cec1..603a6b9 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -43,6 +43,7 @@ @set M880X0 @set MCORE @set MIPS +@set MMIX @set PDP11 @set PJ @set PPC @@ -347,6 +348,11 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [ --trap ] [ --break ] [ -n ] [ --emulation=@var{name} ] @end ifset +@ifset MMIX + [ --fixed-special-register-names ] [ --globalize-symbols ] + [ --gnu-syntax ] [ --relax ] [ --no-predefined-symbols ] + [ --no-expand ] [ --no-merge-gregs ] [ -x ] +@end ifset [ -- | @var{files} @dots{} ] @c man end @end smallexample @@ -880,6 +886,10 @@ Assemble for a little endian target. @end table @end ifset +@ifset MMIX +See the info pages for documentation of the MMIX-specific options. +@end ifset + @c man end @menu @@ -5566,6 +5576,9 @@ subject, see the hardware manufacturer's manual. @ifset MIPS * MIPS-Dependent:: MIPS Dependent Features @end ifset +@ifset MMIX +* MMIX-Dependent:: MMIX Dependent Features +@end ifset @ifset SH * SH-Dependent:: Hitachi SH Dependent Features @end ifset @@ -5693,6 +5706,10 @@ family. @include c-mips.texi @end ifset +@ifset MMIX +@include c-mmix.texi +@end ifset + @ifset NS32K @include c-ns32k.texi @end ifset |