summaryrefslogtreecommitdiffstats
path: root/binutils-2.17/gas/doc/c-mt.texi
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.17/gas/doc/c-mt.texi')
-rw-r--r--binutils-2.17/gas/doc/c-mt.texi44
1 files changed, 0 insertions, 44 deletions
diff --git a/binutils-2.17/gas/doc/c-mt.texi b/binutils-2.17/gas/doc/c-mt.texi
deleted file mode 100644
index ca562742..00000000
--- a/binutils-2.17/gas/doc/c-mt.texi
+++ /dev/null
@@ -1,44 +0,0 @@
-@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
-@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