From: Sriraman Tallam Date: Mon, 10 Dec 2012 18:07:36 +0000 (+0000) Subject: Fix ChangeLog entry, move entry from toplevel ChangeLog to gcc/ChangeLog. X-Git-Tag: upstream/12.2.0~72257 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83c90bdb73f7360746990c925d034debd085266b;p=platform%2Fupstream%2Fgcc.git Fix ChangeLog entry, move entry from toplevel ChangeLog to gcc/ChangeLog. From-SVN: r194364 --- diff --git a/ChangeLog b/ChangeLog index 49b17de..5368aed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,3 @@ -2012-12-07 Sriraman Tallan - - * toplev.c (process_options): Do not warn when -ffunction-sections - and -fprofile are used together. - 2012-12-01 Richard Sandiford * MAINTAINERS: Remove self as RTL optimization maintainer. 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) : New case. +2012-12-07 Sriraman Tallan + + * toplev.c (process_options): Do not warn when -ffunction-sections + and -fprofile are used together. + 2012-12-07 Steven Bosscher * ree.c (struct ext_cand): Remove GTY markers.