aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2010-06-22 13:03:56 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2010-06-22 13:03:56 +0000
commita181e8690b35be34cc4f60fe5898f30aeda4d97d (patch)
treed2c0f0fcb674f31d500b655bf29c583c1ebc71af /gcc
parent55c1c66dc8cd117277919aa612312f24accf7638 (diff)
downloadgcc-a181e8690b35be34cc4f60fe5898f30aeda4d97d.zip
gcc-a181e8690b35be34cc4f60fe5898f30aeda4d97d.tar.gz
gcc-a181e8690b35be34cc4f60fe5898f30aeda4d97d.tar.bz2
Add missing '*'.
From-SVN: r161175
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 53ee974..e1e0769 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>