aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2010-06-06 15:41:37 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2010-06-06 15:41:37 +0000
commitdf2a52a6b22f8edd13057e1093c8c55624029397 (patch)
tree55205911971d5a8d967ed87735500d262f33b86e /gcc
parentf7b4a38334869a374e6cc050939dd3015d0a76f5 (diff)
downloadgcc-df2a52a6b22f8edd13057e1093c8c55624029397.zip
gcc-df2a52a6b22f8edd13057e1093c8c55624029397.tar.gz
gcc-df2a52a6b22f8edd13057e1093c8c55624029397.tar.bz2
Improve latest entry
From-SVN: r160345
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 86cfe4e..5613713 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -2,7 +2,8 @@
* stor-layout.c (self_referential_size): Set UNKNOWN_LOCATION on the
newly built CALL_EXPR.
- * tree-profile.c (tree_profiling): Return 0 for built-in stuff.
+ * tree-profile.c (tree_profiling): Don't profile functions produced
+ for built-in stuff.
2010-06-06 Segher Boessenkool <segher@kernel.crashing.org>