]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.c (cpu_names): Add "corei7".
authorBernd Schmidt <bernds@codesourcery.com>
Tue, 2 Nov 2010 12:40:42 +0000 (12:40 +0000)
committerMaxim Kuvyrkov <mkuvyrkov@gcc.gnu.org>
Tue, 2 Nov 2010 12:40:42 +0000 (12:40 +0000)
* config/i386/i386.c (cpu_names): Add "corei7".
* config/i386/i386.h (enum target_cpu_default): Add entry for Core i7.

Co-Authored-By: Maxim Kuvyrkov <maxim@codesourcery.com>
From-SVN: r166178

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

index 83aa17691b3fdff22138740c58c27e8fbaad1db5..18df572382c3ccde610addfc596bde2a590eb2e6 100644 (file)
@@ -1,3 +1,9 @@
+2010-11-02  Bernd Schmidt  <bernds@codesourcery.com>
+           Maxim Kuvyrkov  <maxim@codesourcery.com>
+
+       * config/i386/i386.c (cpu_names): Add "corei7".
+       * config/i386/i386.h (enum target_cpu_default): Add entry for Core i7.
+
 2010-11-02  Bernd Schmidt  <bernds@codesourcery.com>
            Maxim Kuvyrkov  <maxim@codesourcery.com>
 
index 84317e08a092f7972fc30af571923f7ec324610b..e38f2cc155684f3c85549037d195afd49beec74b 100644 (file)
@@ -2489,6 +2489,7 @@ static const char *const cpu_names[TARGET_CPU_DEFAULT_max] =
   "prescott",
   "nocona",
   "core2",
+  "corei7",
   "atom",
   "geode",
   "k6",
index 1a2c3f33194961ca3e9709ba76b2d0256457c269..89ee0fa2c07c0d2c0a495ebb5f334227761da74a 100644 (file)
@@ -585,6 +585,7 @@ enum target_cpu_default
   TARGET_CPU_DEFAULT_prescott,
   TARGET_CPU_DEFAULT_nocona,
   TARGET_CPU_DEFAULT_core2,
+  TARGET_CPU_DEFAULT_corei7,
   TARGET_CPU_DEFAULT_atom,
 
   TARGET_CPU_DEFAULT_geode,