comparison gcc/lto-streamer.c @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 84e7813d76e9
children 1830386684a0
comparison
equal deleted inserted replaced
130:e108057fa461 132:d34655255c78
1 /* Miscellaneous utilities for GIMPLE streaming. Things that are used 1 /* Miscellaneous utilities for GIMPLE streaming. Things that are used
2 in both input and output are here. 2 in both input and output are here.
3 3
4 Copyright (C) 2009-2017 Free Software Foundation, Inc. 4 Copyright (C) 2009-2018 Free Software Foundation, Inc.
5 Contributed by Doug Kwan <dougkwan@google.com> 5 Contributed by Doug Kwan <dougkwan@google.com>
6 6
7 This file is part of GCC. 7 This file is part of GCC.
8 8
9 GCC is free software; you can redistribute it and/or modify it under 9 GCC is free software; you can redistribute it and/or modify it under
41 static bool lto_obstack_initialized; 41 static bool lto_obstack_initialized;
42 42
43 const char *section_name_prefix = LTO_SECTION_NAME_PREFIX; 43 const char *section_name_prefix = LTO_SECTION_NAME_PREFIX;
44 /* Set when streaming LTO for offloading compiler. */ 44 /* Set when streaming LTO for offloading compiler. */
45 bool lto_stream_offload_p; 45 bool lto_stream_offload_p;
46
47 FILE *streamer_dump_file;
46 48
47 /* Return a string representing LTO tag TAG. */ 49 /* Return a string representing LTO tag TAG. */
48 50
49 const char * 51 const char *
50 lto_tag_name (enum LTO_tags tag) 52 lto_tag_name (enum LTO_tags tag)