aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer-out.c
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2014-07-31 10:11:44 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2014-07-31 10:11:44 +0000
commit936ddf9211b071868cef7351978fd3d216bd178f (patch)
tree889edf57fbec3f64a09d140098f9ff5114ffc90f /gcc/lto-streamer-out.c
parent9d827cd5792155202a12d13b04c36abc1b29189d (diff)
downloadgcc-936ddf9211b071868cef7351978fd3d216bd178f.zip
gcc-936ddf9211b071868cef7351978fd3d216bd178f.tar.gz
gcc-936ddf9211b071868cef7351978fd3d216bd178f.tar.bz2
lto-streamer.h (struct output_block): Remove global.
2014-07-31 Richard Biener <rguenther@suse.de> * lto-streamer.h (struct output_block): Remove global. (struct data_in): Remove labels, num_named_labels and num_unnamed_labels. * lto-streamer-in.c (lto_data_in_delete): Do not free labels. * lto-streamer-out.c (produce_asm_for_decls): Do not set global. From-SVN: r213340
Diffstat (limited to 'gcc/lto-streamer-out.c')
-rw-r--r--gcc/lto-streamer-out.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c
index 6b3f78f..2a32958 100644
--- a/gcc/lto-streamer-out.c
+++ b/gcc/lto-streamer-out.c
@@ -2632,7 +2632,6 @@ produce_asm_for_decls (void)
int32_t num_decl_states;
ob = create_output_block (LTO_section_decls);
- ob->global = true;
memset (&header, 0, sizeof (struct lto_decl_header));