X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Flto-streamer.h;h=b82c54ede1cb91bd65a0243b927aeb98dea785cc;hb=a0630a8dd179d8d45f92c73b0bf2aa387d4fca7a;hp=e082ffe1a0b3eddb655726252a9d5f9840bd017e;hpb=23bdc9ca4ff5b204fd3a51aaab2c21cf6a544ff4;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index e082ffe1a0b..b82c54ede1c 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -31,6 +31,7 @@ along with GCC; see the file COPYING3. If not see #include "vec.h" #include "vecprim.h" #include "alloc-pool.h" +#include "gcov-io.h" /* Define when debugging the LTO streamer. This causes the writer to output the numeric value for the memory address of the tree node @@ -139,7 +140,7 @@ along with GCC; see the file COPYING3. If not see sections a '.' and the section type are appended. */ #define LTO_SECTION_NAME_PREFIX ".gnu.lto_" -#define LTO_major_version 1 +#define LTO_major_version 2 #define LTO_minor_version 0 typedef unsigned char lto_decl_flags_t; @@ -610,6 +611,8 @@ struct GTY(()) lto_file_decl_data /* Symbol resolutions for this file */ VEC(ld_plugin_symbol_resolution_t,heap) * GTY((skip)) resolutions; + + struct gcov_ctr_summary GTY((skip)) profile_info; }; typedef struct lto_file_decl_data *lto_file_decl_data_ptr;