aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2002-12-09 16:56:36 -0800
committerRichard Henderson <rth@gcc.gnu.org>2002-12-09 16:56:36 -0800
commit2e37b0cee2cbdec25eab74458c492aa7bd009537 (patch)
tree3270080c28cf29b2d0a5a0f82f78a1a173c18bd5 /gcc/ChangeLog
parent3a04ff6433538b4cec71fe681ded309db4d91cab (diff)
downloadgcc-2e37b0cee2cbdec25eab74458c492aa7bd009537.zip
gcc-2e37b0cee2cbdec25eab74458c492aa7bd009537.tar.gz
gcc-2e37b0cee2cbdec25eab74458c492aa7bd009537.tar.bz2
i386.h (TARGET_CPU_CPP_BUILTINS): Define __tune_pentium2__ and __tune_pentium3__ as necessary.
* config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define __tune_pentium2__ and __tune_pentium3__ as necessary. From-SVN: r59974
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0b812c1..0a4c2dc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2002-12-09 Richard Henderson <rth@redhat.com>
+ * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Define
+ __tune_pentium2__ and __tune_pentium3__ as necessary.
+
+2002-12-09 Richard Henderson <rth@redhat.com>
+
* target.h (gcc_target): Add cannot_force_const_mem.
* target-def.h (TARGET_CANNOT_FORCE_CONST_MEM): New.
(TARGET_INITIALIZER): Add it.