lto-streamer.h (struct lto_file_decl_data): Mark resolutions with GTY((skip)).
authorJan Hubicka <jh@suse.cz>
Mon, 26 Jul 2010 20:51:29 +0000 (22:51 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 26 Jul 2010 20:51:29 +0000 (20:51 +0000)
* lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
GTY((skip)).

From-SVN: r162544

gcc/ChangeLog
gcc/lto-streamer.h

index 5eb1ae9e60476756d569e4fb84f6af0cd6957b6b..5ad59aaa8288ef2c6fcafe4b8aae75d2cabac37b 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-26  Jan Hubicka  <jh@suse.cz>
+
+       * lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
+       GTY((skip)).
+
 2010-07-26  Anatoly Sokolov  <aesok@post.ru>
 
        * target.def (output_source_filename): New hook.
index 3304132b1d05f2b844a3e26fd5afb3a677990b51..35a0a9b1a009b72c27d950caee003612cd8ad2db 100644 (file)
@@ -608,7 +608,7 @@ struct GTY(()) lto_file_decl_data
   unsigned id;
 
   /* Symbol resolutions for this file */
-  VEC(ld_plugin_symbol_resolution_t,heap) *resolutions;
+  VEC(ld_plugin_symbol_resolution_t,heap) * GTY((skip)) resolutions;
 };
 
 typedef struct lto_file_decl_data *lto_file_decl_data_ptr;