* doc/t-mt.texi: Update MS1 to MT.

This commit is contained in:
Nathan Sidwell 2005-12-20 09:44:48 +00:00
parent 03e94c089a
commit b781ded83c
2 changed files with 13 additions and 9 deletions

View File

@ -1,3 +1,7 @@
2005-12-20 Nathan Sidwell <nathan@codesourcery.com>
* doc/t-mt.texi: Update MS1 to MT.
2005-12-16 Nathan Sidwell <nathan@codesourcery.com> 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
Second part of ms1 to mt renaming. Second part of ms1 to mt renaming.

View File

@ -5,8 +5,8 @@
@ifset GENERIC @ifset GENERIC
@page @page
@node MS1-Dependent @node MT-Dependent
@chapter MS1 Dependent Features @chapter MT Dependent Features
@end ifset @end ifset
@ifclear GENERIC @ifclear GENERIC
@ -14,19 +14,19 @@
@chapter MS1 Dependent Features @chapter MS1 Dependent Features
@end ifclear @end ifclear
@cindex MS1 support @cindex MT support
@menu @menu
* MS1 Options:: Options * MT Options:: Options
@end menu @end menu
@node MS1 Options @node MT Options
@section Options @section Options
@cindex MS1 options (none) @cindex MT options (none)
@cindex options for MS1 (none) @cindex options for MT (none)
@table @code @table @code
@cindex @code{-march=} command line option, MS1 @cindex @code{-march=} command line option, MT
@item -march=@var{processor} @item -march=@var{processor}
This option specifies the target processor. The assembler will issue an This option specifies the target processor. The assembler will issue an
error message if an attempt is made to assemble an instruction which error message if an attempt is made to assemble an instruction which
@ -37,7 +37,7 @@ recognized:
@code{ms1-16-003}, @code{ms1-16-003},
and @code{ms2}. and @code{ms2}.
@cindex @code{-nosched} command line option, MS1 @cindex @code{-nosched} command line option, MT
@item -nosched @item -nosched
This option disables scheduling restriction checking. This option disables scheduling restriction checking.