aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSriraman Tallam <tmsriram@google.com>2012-12-07 22:46:35 +0000
committerSriraman Tallam <tmsriram@gcc.gnu.org>2012-12-07 22:46:35 +0000
commit6757fd34bc33bb64437b02400f8e0ab1bf7b1ea8 (patch)
tree511d35f1a74a2743b0cff447bf98f0f22b8b7740 /ChangeLog
parent8a1239acfc0c9103059cc388132a451f7782d9e2 (diff)
downloadgcc-6757fd34bc33bb64437b02400f8e0ab1bf7b1ea8.zip
gcc-6757fd34bc33bb64437b02400f8e0ab1bf7b1ea8.tar.gz
gcc-6757fd34bc33bb64437b02400f8e0ab1bf7b1ea8.tar.bz2
toplev.c (process_options): Do not warn when -ffunction-sections and -fprofile are used together.
2012-12-07 Sriraman Tallan <tmsriram@google.com> * toplev.c (process_options): Do not warn when -ffunction-sections and -fprofile are used together. From-SVN: r194311
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5368aed..49b17de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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-01 Richard Sandiford <rdsandiford@googlemail.com>
* MAINTAINERS: Remove self as RTL optimization maintainer.