aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2010-06-22 13:03:56 +0000
committerJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2010-06-22 13:03:56 +0000
commit496402eba7aaec71fe3941cd8ece228c15e82747 (patch)
treed2c0f0fcb674f31d500b655bf29c583c1ebc71af
parent065f514c4103a486dc9e658232b2b19eb1b2e784 (diff)
Add missing '*'.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@161175 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 53ee974ac0c..e1e076954a1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -14,7 +14,7 @@
2010-06-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/39690
- config/pa/pa.c (override_options): Disable
+ * config/pa/pa.c (override_options): Disable
-freorder-blocks-and-partition.
2010-06-21 H.J. Lu <hongjiu.lu@intel.com>