Commit | Line | Data |
---|---|---|
6f84a2a6 NS |
1 | @c Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 |
2 | @c Free Software Foundation, Inc. | |
3 | @c This is part of the GAS manual. | |
4 | @c For copying conditions, see the file as.texinfo. | |
5 | ||
6 | @ifset GENERIC | |
7 | @page | |
b781ded8 NS |
8 | @node MT-Dependent |
9 | @chapter MT Dependent Features | |
6f84a2a6 NS |
10 | @end ifset |
11 | ||
12 | @ifclear GENERIC | |
13 | @node Machine Dependencies | |
14 | @chapter MS1 Dependent Features | |
15 | @end ifclear | |
16 | ||
b781ded8 | 17 | @cindex MT support |
6f84a2a6 | 18 | @menu |
b781ded8 | 19 | * MT Options:: Options |
6f84a2a6 NS |
20 | @end menu |
21 | ||
b781ded8 | 22 | @node MT Options |
6f84a2a6 | 23 | @section Options |
b781ded8 NS |
24 | @cindex MT options (none) |
25 | @cindex options for MT (none) | |
6f84a2a6 NS |
26 | |
27 | @table @code | |
28 | ||
b781ded8 | 29 | @cindex @code{-march=} command line option, MT |
6f84a2a6 NS |
30 | @item -march=@var{processor} |
31 | This option specifies the target processor. The assembler will issue an | |
32 | error message if an attempt is made to assemble an instruction which | |
33 | will not execute on the target processor. The following processor names are | |
34 | recognized: | |
35 | @code{ms1-64-001}, | |
36 | @code{ms1-16-002}, | |
37 | @code{ms1-16-003}, | |
38 | and @code{ms2}. | |
39 | ||
b781ded8 | 40 | @cindex @code{-nosched} command line option, MT |
6f84a2a6 NS |
41 | @item -nosched |
42 | This option disables scheduling restriction checking. | |
43 | ||
44 | @end table |