diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 13:11:58 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-16 13:11:58 +0000 |
commit | 5bbfa163e91138dc5b6f22bab6462221c33fe84c (patch) | |
tree | 96fa3ba6829cb6be5a241909e468c43afd42b8ee /gcc/doc | |
parent | c42387cc1aa0d130f77108d1a004c15337e64f2b (diff) | |
download | gcc-5bbfa163e91138dc5b6f22bab6462221c33fe84c.tar.gz |
* config/mt/mt.c (mt_override_options): Require lower case
architectures. Revert accidental default to ms2.
* config/mt/mt.h (ASM_SPEC, LIBSPEC, STARTFILE_SPEC,
ENDFILE_SPEC): Require lower case architectures. Revert default
to ms2.
* doc/invoke.texi (MT Options): Rename and update.
* doc/md.texi (MorphoTech family): Rename and update.
* config/mt/t-mt (crti.o, crtn.o): Add multilib options.
(EXTRA_MULTILIB_PARTS): Define.
* config/mt/t-mt (MULTILIB_OPTIONS): Add ms2
(MULTILIB_DIRNAMES): Add ms2. Prefix ms1 dirs with 'ms1'.
* config/mt/mt.c (ms1_final_prescan): Use TARGET_MS2,
TARGET_MS1_64_001 appropriately.
(ms1_machine_reorg): Use TARGET_MS2.
2005-12-09 Aldy Hernandez <aldyh@redhat.com>
* config/mt/t-mt (MULTILIB_OPTIONS): Define.
(MULTILIB_DIRNAMES): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch@108650 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 28 | ||||
-rw-r--r-- | gcc/doc/md.texi | 2 |
2 files changed, 11 insertions, 19 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e6eea31b873..84d8ead4874 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -613,8 +613,8 @@ Objective-C and Objective-C++ Dialects}. -mreturn-pointer-on-d0 @gol -mno-crt0 -mrelax} -@emph{MS1 Options} -@gccoptlist{-mno-crt0 -mmul -mbacc -msim @gol +@emph{MT Options} +@gccoptlist{-mno-crt0 -mbacc -msim @gol -march=@var{cpu-type} } @emph{PDP-11 Options} @@ -7128,7 +7128,7 @@ platform. * MIPS Options:: * MMIX Options:: * MN10300 Options:: -* MS1 Options:: +* MT Options:: * PDP-11 Options:: * PowerPC Options:: * RS/6000 and PowerPC Options:: @@ -10668,11 +10668,11 @@ has an effect when used on the command line for the final link step. This option makes symbolic debugging impossible. @end table -@node MS1 Options -@subsection MS1 Options -@cindex MS1 options +@node MT Options +@subsection MT Options +@cindex MT options -These @option{-m} options are defined for Morpho MS1 architectures: +These @option{-m} options are defined for Morpho MT architectures: @table @gcctabopt @@ -10680,18 +10680,10 @@ These @option{-m} options are defined for Morpho MS1 architectures: @opindex march Generate code that will run on @var{cpu-type}, which is the name of a system representing a certain processor type. Possible values for -@var{cpu-type} are @samp{MS1-64-001}, @samp{MS1-16-002}, and -@samp{MS1-16-003}. +@var{cpu-type} are @samp{ms1-64-001}, @samp{ms1-16-002}, +@samp{ms1-16-003} and @samp{ms2}. -When this option is not used, the default is @option{-march=MS1-16-003}. - -@item -mmul -@opindex mmul -Generate multiply instructions. - -@item -mno-mul -@opindex mno-mul -Do not generate multiply instructions. +When this option is not used, the default is @option{-march=ms1-16-002}. @item -mbacc @opindex mbacc diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 09e6758eb05..541ea554f80 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -1858,7 +1858,7 @@ Constant suitable as a 32-bit mask operand System V Release 4 small data area reference @end table -@item MorphoRISC family---@file{ms1.h} +@item MorphoTech family---@file{mt.h} @table @code @item I Constant for an arithmetic insn (16-bit signed integer). |