OSDN Git Service

Add CL entry
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 13 Apr 2010 13:30:41 +0000 (13:30 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 00:59:11 +0000 (09:59 +0900)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158267 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index dfeebd8..d28e6a3 100644 (file)
@@ -1,3 +1,20 @@
+2010-04-13  Diego Novillo  <dnovillo@google.com>
+
+       * Makefile.in (c-pch.o, ggc-common.o): Depend on timevar.h.
+       * c-pch.c: Include timevar.h.
+       (c_common_write_pch): Use TV_PCH_SAVE and TV_PCH_CPP_SAVE timers.
+       (c_common_read_pch): Use TV_PCH_RESTORE and TV_PCH_CPP_RESTORE
+       timers.
+       * ggc-common.c: Include timevar.h.
+       (gt_pch_save): Use TV_PCH_PTR_REALLOC and TV_PCH_PTR_SORT
+       timers.
+       * timevar.def (TV_PCH_SAVE): Define.
+       (TV_PCH_CPP_SAVE): Define.
+       (TV_PCH_PTR_REALLOC): Define.
+       (TV_PCH_PTR_SORT): Define.
+       (TV_PCH_RESTORE): Define.
+       (TV_PCH_CPP_RESTORE): Define.
+
 2010-04-13  Michael Matz  <matz@suse.de>
 
        * tree-ssa-reassoc.c (repropagate_negates): Merge negates also
 2010-04-13  Michael Matz  <matz@suse.de>
 
        * tree-ssa-reassoc.c (repropagate_negates): Merge negates also