* i386.h (TARGET_CPU_DEFAULT_nocona): Fix value.
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Mar 2004 16:41:26 +0000 (16:41 +0000)
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Mar 2004 16:41:26 +0000 (16:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78919 138bc75d-0d04-0410-961f-82ee72b054a4

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

index d9bb157..ea801b9 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-04  Steven Bosscher  <stevenb@suse.de>
+
+       * i386.h (TARGET_CPU_DEFAULT_nocona): Fix value.
+
 2004-03-04  Jan Hubicka  <jh@suse.cz>
 
        * cfgcleanup.c (thread_jump): Update call of cselib_init.
index 910ab79..b90f590 100644 (file)
@@ -693,7 +693,7 @@ extern int x86_prefetch_sse;
 #define TARGET_CPU_DEFAULT_k8 13
 #define TARGET_CPU_DEFAULT_pentium_m 14
 #define TARGET_CPU_DEFAULT_prescott 15
-#define TARGET_CPU_DEFAULT_nocona 15
+#define TARGET_CPU_DEFAULT_nocona 16
 
 #define TARGET_CPU_DEFAULT_NAMES {"i386", "i486", "pentium", "pentium-mmx",\
                                  "pentiumpro", "pentium2", "pentium3", \