diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-26 20:51:29 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-26 20:51:29 +0000 |
commit | 2b588914a9ce6a28588891c38dfe9043b03d2c8d (patch) | |
tree | 7ce258247cb17ad6a0869f3e5a631f53c596a851 /gcc/lto-streamer.h | |
parent | e2823fde14be30b99b0483e574980be0bddb7cfa (diff) | |
download | gcc-2b588914a9ce6a28588891c38dfe9043b03d2c8d.tar.gz |
* lto-streamer.h (struct lto_file_decl_data): Mark resolutions with
GTY((skip)).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162544 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r-- | gcc/lto-streamer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index 3304132b1d0..35a0a9b1a00 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -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; |