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 eb5ac2837abdb7dbed83aed2d10f3eb1bdec4a2a..f6669b067438805764bf55d9d5167aaaa3cc3186 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 c54397a755cf38e9e388a00f84308584aeba3c66..ca9e0aaad1542c47889f17ed34dc5465cb43000e 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},