summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gcc.gnu.org>2007-05-07 11:14:15 +1000
committerBen Elliston <bje@gcc.gnu.org>2007-05-07 11:14:15 +1000
commit8fa013c3e01432333222eea1044483988baae1cb (patch)
treec15fdc285fd97b14f051a7f81c2d48b9ff5f1d74
parent271d74d448e0854010377eef963cebdada2efd53 (diff)
downloadgcc-8fa013c3e01432333222eea1044483988baae1cb.tar.gz
Fix a typo in 2007-05-03 entry from Ian Lance Taylor.
From-SVN: r124489
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7453266e865..1272b72af14 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -194,7 +194,7 @@
2007-05-03 Ian Lance Taylor <iant@google.com>
- * config/rs6000/rs6000.c (rs6000_override_options): Don't se
+ * config/rs6000/rs6000.c (rs6000_override_options): Don't set
MASK_PPC_GFXOPT for 8540 or 8548.
2007-05-03 Uros Bizjak <ubizjak@gmail.com>