diff options
author | Maxim Kuvyrkov <maxim@codesourcery.com> | 2007-09-18 11:40:04 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-09-18 11:40:04 +0000 |
commit | 8c5c99dc2241ea323cee1b07ec5466387dfb983f (patch) | |
tree | 7079bd594b1bebef3c93725f934564d684eb3878 /gcc/doc | |
parent | efe9e8292626d3607873629c14b1404459649769 (diff) | |
download | gcc-8c5c99dc2241ea323cee1b07ec5466387dfb983f.zip gcc-8c5c99dc2241ea323cee1b07ec5466387dfb983f.tar.gz gcc-8c5c99dc2241ea323cee1b07ec5466387dfb983f.tar.bz2 |
m68k-devices.def (51qe): New device.
* config/m68k/m68k-devices.def (51qe): New device.
* config/m68k/m68k.c (FL_FOR_isa_c): Remove division unit. Add it
to all uses of FL_FOR_isa_c for compatibility.
(all_microarchs): Add cfv1 microarchitecture.
(m68k_handle_option): Handle m51qe option.
* config/m68k/m68k.h (TARGET_CPU_CPP_BUILTINS): Handle 51QE.
(TUNE_CFV1): New macro.
(enum uarch_type): Add ucfv1.
* doc/invoke.texi: Document 51qe device and cfv1 microarchitecture.
From-SVN: r128574
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 228be52..de09d5b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -11096,6 +11096,7 @@ below, which also classifies the CPUs into families: @multitable @columnfractions 0.20 0.80 @item @strong{Family} @tab @strong{@samp{-mcpu} arguments} +@item @samp{51qe} @tab @samp{51qe} @item @samp{5206} @tab @samp{5202} @samp{5204} @samp{5206} @item @samp{5206e} @tab @samp{5206e} @item @samp{5208} @tab @samp{5207} @samp{5208} @@ -11133,7 +11134,7 @@ constraints set by @option{-march} and @option{-mcpu}. The M680x0 microarchitectures are: @samp{68000}, @samp{68010}, @samp{68020}, @samp{68030}, @samp{68040}, @samp{68060} and @samp{cpu32}. The ColdFire microarchitectures -are: @samp{cfv2}, @samp{cfv3}, @samp{cfv4} and @samp{cfv4e}. +are: @samp{cfv1}, @samp{cfv2}, @samp{cfv3}, @samp{cfv4} and @samp{cfv4e}. You can also use @option{-mtune=68020-40} for code that needs to run relatively well on 68020, 68030 and 68040 targets. |