diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2002-01-11 14:01:27 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2002-01-11 14:01:27 +0100 |
commit | 9b78058234e46b63a561443a0ce26ee0461d01b1 (patch) | |
tree | 7b1c9112f3dc5ec2b50be42f91cb8b252eb8ce2a /gcc | |
parent | 12300dadecca2fda90be69391e4d49583eed142f (diff) | |
download | gcc-9b78058234e46b63a561443a0ce26ee0461d01b1.zip gcc-9b78058234e46b63a561443a0ce26ee0461d01b1.tar.gz gcc-9b78058234e46b63a561443a0ce26ee0461d01b1.tar.bz2 |
i386.h (CPP_CPUCOMMON_SPEC): Remove wrong mcpu.
* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Remove wrong
mcpu.
From-SVN: r48774
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/config/i386/i386.h | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c2de8ae..6e68eab 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 369f7dd..f7f569d 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 |