From 9b78058234e46b63a561443a0ce26ee0461d01b1 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 11 Jan 2002 14:01:27 +0100 Subject: [PATCH] i386.h (CPP_CPUCOMMON_SPEC): Remove wrong mcpu. * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong mcpu. From-SVN: r48774 --- gcc/ChangeLog | 8 +++++++- gcc/config/i386/i386.h | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c2de8ae14da..6e68eab5681 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2002-01-11 Andreas Jaeger , + Brad Lucier + + * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong + mcpu. + Fri Jan 11 07:35:12 2002 Douglas B Rupp * config/alpha/vms.h: (MD_FALLBACK_FRAME_STATE_FOR): Fix errors. @@ -6,7 +12,7 @@ Fri Jan 11 07:35:12 2002 Douglas B Rupp Fri Jan 11 09:25:05 2002 Nicola Pero - * c-tree.h: Move function declarations so that they are listed + * c-tree.h: Move function declarations so that they are listed under the filename which contains them. (check_identifier, finish_decl_top_level, lookup_name_current_level_global, shadow_record_fields): Remove. diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h index 369f7dde7a5..f7f569df254 100644 --- a/gcc/config/i386/i386.h +++ b/gcc/config/i386/i386.h @@ -613,7 +613,7 @@ march=athlon|march=athlon-tbird|march=athlon-4|march=athlon-xp\ |march=athlon-mp: -D__3dNOW__ }\ %{march=athlon|march=athlon-tbird|march=athlon-4|march=athlon-xp\ |march=athlon-mp: -D__3dNOW_A__ }\ -%{march=mcpu=pentium4: -D__SSE2__ }\ +%{march=pentium4: -D__SSE2__ }\ %{!march*:%{!mcpu*:%{!m386:%{!m486:%{!mpentium*:%(cpp_cpu_default)}}}}}" #ifndef CPP_CPU_SPEC -- 2.30.2