i386.c (override_options): Define c3-2 as a 686 with SSE.
authorDave Jones <davej@codemonkey.org.uk>
Tue, 11 Feb 2003 20:41:13 +0000 (20:41 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 11 Feb 2003 20:41:13 +0000 (12:41 -0800)
        * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
        * doc/invoke.texi: Extra alias.

From-SVN: r62716

gcc/ChangeLog
gcc/config/i386/i386.c

index eb5ac28..f6669b0 100644 (file)
@@ -1,3 +1,8 @@
+2003-02-11  Dave Jones <davej@codemonkey.org.uk>
+
+       * config/i386/i386.c (override_options): Define c3-2 as a 686 with SSE.
+       * doc/invoke.texi: Extra alias.
+
 2003-02-11  Geoffrey Keating  <geoffk@apple.com>
 
        * config/rs6000/host-darwin.c: Fix comment.
index c54397a..ca9e0aa 100644 (file)
@@ -1075,6 +1075,7 @@ override_options ()
       {"winchip-c6", PROCESSOR_I486, PTA_MMX},
       {"winchip2", PROCESSOR_I486, PTA_MMX | PTA_3DNOW},
       {"c3", PROCESSOR_I486, PTA_MMX | PTA_3DNOW},
+      {"c3-2", PROCESSOR_PENTIUMPRO, PTA_MMX | PTA_PREFETCH_SSE | PTA_SSE},
       {"i686", PROCESSOR_PENTIUMPRO, 0},
       {"pentiumpro", PROCESSOR_PENTIUMPRO, 0},
       {"pentium2", PROCESSOR_PENTIUMPRO, PTA_MMX},