Commit b7956a5b by Jan Hubicka Committed by Jan Hubicka

lto-streamer.h (struct lto_file_decl_data): Mark resolutions with GTY((skip)).

	* lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
	GTY((skip)).

From-SVN: r162544
parent b5f5d41d
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.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment