Commit eb3d7f9d by Steven Bosscher Committed by Steven Bosscher

* i386.h (TARGET_CPU_DEFAULT_nocona): Fix value.

From-SVN: r78919
parent 463301c3
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.
......
......@@ -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", \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment