summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-11 13:01:27 +0000
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>2002-01-11 13:01:27 +0000
commit0295b9c17a77ba6080186c64cdd2c3d86321f516 (patch)
tree7b1c9112f3dc5ec2b50be42f91cb8b252eb8ce2a
parente6c74fc092b1c867959a9f9c2f560af65e5135f3 (diff)
downloadgcc-0295b9c17a77ba6080186c64cdd2c3d86321f516.tar.gz
* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
mcpu. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48774 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog8
-rw-r--r--gcc/config/i386/i386.h2
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 <aj@suse.de>,
+ Brad Lucier <lucier@math.purdue.edu>
+
+ * config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
+ mcpu.
+
Fri Jan 11 07:35:12 2002 Douglas B Rupp <rupp@gnat.com>
* 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 <rupp@gnat.com>
Fri Jan 11 09:25:05 2002 Nicola Pero <n.pero@mi.flashnet.it>
- * 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