diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2005-12-20 09:44:48 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2005-12-20 09:44:48 +0000 |
commit | b781ded83c92c295bd62a0519ad0199db6ead1fb (patch) | |
tree | 25de30cb477c19733fb7fd24b49e52abed5e524a /gas | |
parent | 03e94c089adcf2e9c8ead5b16272009d07e20ed6 (diff) | |
download | fsf-binutils-gdb-b781ded83c92c295bd62a0519ad0199db6ead1fb.zip fsf-binutils-gdb-b781ded83c92c295bd62a0519ad0199db6ead1fb.tar.gz fsf-binutils-gdb-b781ded83c92c295bd62a0519ad0199db6ead1fb.tar.bz2 |
* doc/t-mt.texi: Update MS1 to MT.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-mt.texi | 18 |
2 files changed, 13 insertions, 9 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 69ac683..c39cf3d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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> Second part of ms1 to mt renaming. diff --git a/gas/doc/c-mt.texi b/gas/doc/c-mt.texi index 854d411..ca56274 100644 --- a/gas/doc/c-mt.texi +++ b/gas/doc/c-mt.texi @@ -5,8 +5,8 @@ @ifset GENERIC @page -@node MS1-Dependent -@chapter MS1 Dependent Features +@node MT-Dependent +@chapter MT Dependent Features @end ifset @ifclear GENERIC @@ -14,19 +14,19 @@ @chapter MS1 Dependent Features @end ifclear -@cindex MS1 support +@cindex MT support @menu -* MS1 Options:: Options +* MT Options:: Options @end menu -@node MS1 Options +@node MT Options @section Options -@cindex MS1 options (none) -@cindex options for MS1 (none) +@cindex MT options (none) +@cindex options for MT (none) @table @code -@cindex @code{-march=} command line option, MS1 +@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 @@ -37,7 +37,7 @@ recognized: @code{ms1-16-003}, and @code{ms2}. -@cindex @code{-nosched} command line option, MS1 +@cindex @code{-nosched} command line option, MT @item -nosched This option disables scheduling restriction checking. |