X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fdoc%2Fc-mt.texi;h=174649373234f184757859b4302ab0b175f2299e;hb=efb763a5ea351f9d865cbe491909f03472ebf2d6;hp=ca562742b6c7c4e08692e5a7a47b54141cede09b;hpb=b781ded83c92c295bd62a0519ad0199db6ead1fb;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/doc/c-mt.texi b/gas/doc/c-mt.texi index ca562742b6..1746493732 100644 --- a/gas/doc/c-mt.texi +++ b/gas/doc/c-mt.texi @@ -1,5 +1,4 @@ -@c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 -@c Free Software Foundation, Inc. +@c Copyright (C) 1996-2020 Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @@ -17,6 +16,7 @@ @cindex MT support @menu * MT Options:: Options +* MY Syntax:: Syntax @end menu @node MT Options @@ -26,19 +26,45 @@ @table @code -@cindex @code{-march=} command line option, MT +@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: +recognized: @code{ms1-64-001}, @code{ms1-16-002}, @code{ms1-16-003}, and @code{ms2}. -@cindex @code{-nosched} command line option, MT +@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. +