diff options
author | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-09-17 03:35:34 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-09-16 20:35:34 -0700 |
commit | 3780101d62cf3732d9fd61f56b7278532b9a38e3 (patch) | |
tree | 72f30cc79e74b2e7dc8853c62f4032de371ec20f /gcc/doc | |
parent | 9dff28ab5386ec651699c6245823e3e2c68d1c64 (diff) | |
download | gcc-3780101d62cf3732d9fd61f56b7278532b9a38e3.zip gcc-3780101d62cf3732d9fd61f56b7278532b9a38e3.tar.gz gcc-3780101d62cf3732d9fd61f56b7278532b9a38e3.tar.bz2 |
config.gcc: Treat winchip_c6-*|winchip2-*|c3-* as pentium-mmx.
* config.gcc: Treat winchip_c6-*|winchip2-*|c3-* as pentium-mmx.
* config/i386/i386.c (processor_alias_table): Add winchip-c6,
winchip2 and c3.
* doc/invoke.texi: Mention new aliases.
From-SVN: r57227
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 80970f8..6d8eedc 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7468,8 +7468,8 @@ for the ABI and the set of available instructions. The choices for @var{cpu-type} are @samp{i386}, @samp{i486}, @samp{i586}, @samp{i686}, @samp{pentium}, @samp{pentium-mmx}, @samp{pentiumpro}, @samp{pentium2}, @samp{pentium3}, @samp{pentium4}, @samp{k6}, @samp{k6-2}, @samp{k6-3}, -@samp{athlon}, @samp{athlon-tbird}, @samp{athlon-4}, @samp{athlon-xp} -and @samp{athlon-mp}. +@samp{athlon}, @samp{athlon-tbird}, @samp{athlon-4}, @samp{athlon-xp}, +@samp{athlon-mp}, @samp{winchip-c6}, @samp{winchip2} and @samp{c3}. While picking a specific @var{cpu-type} will schedule things appropriately for that particular chip, the compiler will not generate any code that |