X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Flto-streamer.c;h=ec2a308f89f83027c0848b407e0d1b643c6fba80;hb=0cddb138341aafca38ae8d099c98750b5b34b8b2;hp=84baeacee9908bfaa9b3e9a5c4c15a8c3a4df5f9;hpb=772046653bc34fc28305a3162b8759b09c96191f;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/lto-streamer.c b/gcc/lto-streamer.c index 84baeacee99..ec2a308f89f 100644 --- a/gcc/lto-streamer.c +++ b/gcc/lto-streamer.c @@ -160,6 +160,9 @@ lto_get_section_name (int section_type, const char *name) case LTO_section_cgraph: return concat (LTO_SECTION_NAME_PREFIX, ".cgraph", NULL); + case LTO_section_varpool: + return concat (LTO_SECTION_NAME_PREFIX, ".vars", NULL); + case LTO_section_jump_functions: return concat (LTO_SECTION_NAME_PREFIX, ".jmpfuncs", NULL);