aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@gcc.gnu.org>2008-07-25 21:05:23 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2008-07-25 21:05:23 +0000
commit26f130aa70c58a1ea994cb34527c4e8fa37c49c4 (patch)
tree87ad450c0e194c389ec247c6850c4cb323169052
parent4847609e489c9f6bfcc56cc801679bd884adeecc (diff)
downloadgcc-26f130aa70c58a1ea994cb34527c4e8fa37c49c4.zip
gcc-26f130aa70c58a1ea994cb34527c4e8fa37c49c4.tar.gz
gcc-26f130aa70c58a1ea994cb34527c4e8fa37c49c4.tar.bz2
Fix changelog entry of my earlier commit.
From-SVN: r138151
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index be50af5..b8e54a5 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -22,10 +22,10 @@
2008-07-23 Jan Hubicka <jh@suse.cz>
- * cp/decl.c (duplicate_decls): Update comment and unit-at-a-time.
+ * decl.c (duplicate_decls): Update comment and unit-at-a-time.
(grogfndecl): Drop flag_inline_trees code.
- * cp/pt.c (instantiate_decl): Drop flag_iline_trees code.
- * cp/lex.c (cxx_init): Do not set unit-at-a-time.
+ * pt.c (instantiate_decl): Drop flag_iline_trees code.
+ * lex.c (cxx_init): Do not set unit-at-a-time.
2008-07-23 Jason Merrill <jason@redhat.com>