aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@gcc.gnu.org>2012-12-10 18:07:36 +0000
committerSriraman Tallam <tmsriram@gcc.gnu.org>2012-12-10 18:07:36 +0000
commit83c90bdb73f7360746990c925d034debd085266b (patch)
tree4974c9625b787acac8e78d7ce6927fab3dc9889f /gcc
parent5726ad84860211fc1b26257b10dff0f00bb2de2f (diff)
downloadgcc-83c90bdb73f7360746990c925d034debd085266b.zip
gcc-83c90bdb73f7360746990c925d034debd085266b.tar.gz
gcc-83c90bdb73f7360746990c925d034debd085266b.tar.bz2
Fix ChangeLog entry, move entry from toplevel ChangeLog to gcc/ChangeLog.
From-SVN: r194364
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f36d841..87e216b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -102,6 +102,11 @@
* tree-ssa-loop-im.c (for_each_index) <CONST_DECL>: New case.
+2012-12-07 Sriraman Tallan <tmsriram@google.com>
+
+ * toplev.c (process_options): Do not warn when -ffunction-sections
+ and -fprofile are used together.
+
2012-12-07 Steven Bosscher <steven@gcc.gnu.org>
* ree.c (struct ext_cand): Remove GTY markers.