OSDN Git Service

* lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Apr 2010 19:01:00 +0000 (19:01 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 04:54:00 +0000 (13:54 +0900)
hash_tree, eq_tree): New tree hash table.
(lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
[LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
lto_orig_address_remove): Reimplement.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158836 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index c84d857..0dbca97 100644 (file)
@@ -1,3 +1,11 @@
+2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * lto-streamer.c [LTO_STREAMER_DEBUG] (tree_htab, tree_hash_entry,
+       hash_tree, eq_tree): New tree hash table.
+       (lto_streamer_init) [LTO_STREAMER_DEBUG]: Initialize it.
+       [LTO_STREAMER_DEBUG] (lto_orig_address_map, lto_orig_address_get,
+       lto_orig_address_remove): Reimplement.
+
 2010-04-28  Xinliang David Li  <davidxl@google.com>
 
        PR c/42643