34bca50861
* app.c: Remove trailing white spaces. * as.c: Likewise. * as.h: Likewise. * cond.c: Likewise. * dw2gencfi.c: Likewise. * dwarf2dbg.h: Likewise. * ecoff.c: Likewise. * input-file.c: Likewise. * itbl-lex.h: Likewise. * output-file.c: Likewise. * read.c: Likewise. * sb.c: Likewise. * subsegs.c: Likewise. * symbols.c: Likewise. * write.c: Likewise. * config/tc-i386.c: Likewise. * doc/Makefile.am: Likewise. * doc/Makefile.in: Likewise. * doc/c-aarch64.texi: Likewise. * doc/c-alpha.texi: Likewise. * doc/c-arc.texi: Likewise. * doc/c-arm.texi: Likewise. * doc/c-avr.texi: Likewise. * doc/c-bfin.texi: Likewise. * doc/c-cr16.texi: Likewise. * doc/c-d10v.texi: Likewise. * doc/c-d30v.texi: Likewise. * doc/c-h8300.texi: Likewise. * doc/c-hppa.texi: Likewise. * doc/c-i370.texi: Likewise. * doc/c-i386.texi: Likewise. * doc/c-i860.texi: Likewise. * doc/c-m32c.texi: Likewise. * doc/c-m32r.texi: Likewise. * doc/c-m68hc11.texi: Likewise. * doc/c-m68k.texi: Likewise. * doc/c-microblaze.texi: Likewise. * doc/c-mips.texi: Likewise. * doc/c-msp430.texi: Likewise. * doc/c-mt.texi: Likewise. * doc/c-s390.texi: Likewise. * doc/c-score.texi: Likewise. * doc/c-sh.texi: Likewise. * doc/c-sh64.texi: Likewise. * doc/c-tic54x.texi: Likewise. * doc/c-tic6x.texi: Likewise. * doc/c-v850.texi: Likewise. * doc/c-xc16x.texi: Likewise. * doc/c-xgate.texi: Likewise. * doc/c-xtensa.texi: Likewise. * doc/c-z80.texi: Likewise. * doc/internals.texi: Likewise.
72 lines
1.8 KiB
Plaintext
72 lines
1.8 KiB
Plaintext
@c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
|
|
@c Free Software Foundation, Inc.
|
|
@c This is part of the GAS manual.
|
|
@c For copying conditions, see the file as.texinfo.
|
|
|
|
@ifset GENERIC
|
|
@page
|
|
@node MT-Dependent
|
|
@chapter MT Dependent Features
|
|
@end ifset
|
|
|
|
@ifclear GENERIC
|
|
@node Machine Dependencies
|
|
@chapter MS1 Dependent Features
|
|
@end ifclear
|
|
|
|
@cindex MT support
|
|
@menu
|
|
* MT Options:: Options
|
|
* MY Syntax:: Syntax
|
|
@end menu
|
|
|
|
@node MT Options
|
|
@section Options
|
|
@cindex MT options (none)
|
|
@cindex options for MT (none)
|
|
|
|
@table @code
|
|
|
|
@cindex @code{-march=} command line option, MT
|
|
@item -march=@var{processor}
|
|
This option specifies the target processor. The assembler will issue an
|
|
error message if an attempt is made to assemble an instruction which
|
|
will not execute on the target processor. The following processor names are
|
|
recognized:
|
|
@code{ms1-64-001},
|
|
@code{ms1-16-002},
|
|
@code{ms1-16-003},
|
|
and @code{ms2}.
|
|
|
|
@cindex @code{-nosched} command line option, MT
|
|
@item -nosched
|
|
This option disables scheduling restriction checking.
|
|
|
|
@end table
|
|
|
|
@node MT Syntax
|
|
@section Syntax
|
|
@menu
|
|
* MT-Chars:: Special Characters
|
|
@end menu
|
|
|
|
@node MT-Chars
|
|
@subsection Special Characters
|
|
|
|
@cindex line comment character, MT
|
|
@cindex MT line comment character
|
|
The presence of a @samp{;} appearing anywhere on a line indicates the
|
|
start of a comment that extends to the end of that line.
|
|
|
|
If a @samp{#} appears as the first character of a line then the whole
|
|
line is treated as a comment, but in this case the line can also be a
|
|
logical line number directive (@pxref{Comments}) or a preprocessor
|
|
control command (@pxref{Preprocessing}).
|
|
|
|
@cindex line separator, MT
|
|
@cindex statement separator, MT
|
|
@cindex MT line separator
|
|
The MT assembler does not currently support a line separator
|
|
character.
|
|
|