diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ChangeLog | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index 49b17deb513..5368aedcd5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,3 @@ -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. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f36d841e7db..87e216b833c 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. |