diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2005-12-12 11:16:41 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2005-12-12 11:16:41 +0000 |
commit | 787121fc405b554f5a48e7879b3d492d231004ae (patch) | |
tree | 1200d41bb5cd207d59c5f836e16c25e9d616cd8c /gas/doc/c-mt.texi | |
parent | 67f93c31bba30e1d53e9b51040b2a6a5b287f4dd (diff) | |
download | gdb-787121fc405b554f5a48e7879b3d492d231004ae.zip gdb-787121fc405b554f5a48e7879b3d492d231004ae.tar.gz gdb-787121fc405b554f5a48e7879b3d492d231004ae.tar.bz2 |
Rename ms1 files to mt files (part 1 -- renames only)
Diffstat (limited to 'gas/doc/c-mt.texi')
-rw-r--r-- | gas/doc/c-mt.texi | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/gas/doc/c-mt.texi b/gas/doc/c-mt.texi new file mode 100644 index 0000000..854d411 --- /dev/null +++ b/gas/doc/c-mt.texi @@ -0,0 +1,44 @@ +@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 MS1-Dependent +@chapter MS1 Dependent Features +@end ifset + +@ifclear GENERIC +@node Machine Dependencies +@chapter MS1 Dependent Features +@end ifclear + +@cindex MS1 support +@menu +* MS1 Options:: Options +@end menu + +@node MS1 Options +@section Options +@cindex MS1 options (none) +@cindex options for MS1 (none) + +@table @code + +@cindex @code{-march=} command line option, MS1 +@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, MS1 +@item -nosched +This option disables scheduling restriction checking. + +@end table |