From 4000360e40bee85872f411d1f1f39a7c52e840cb Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Thu, 22 May 2014 16:21:18 +0000 Subject: Create a new header lto-section-names.h gcc/ * config/darwin.c: Include "lto-section-names.h". (LTO_SEGMENT_NAME): Don't define. * config/i386/winnt.c: Include "lto-section-names.h". * lto-streamer.c: Include "lto-section-names.h". * lto-streamer.h (LTO_SECTION_NAME_PREFIX): Don't define. * lto-wrapper.c: Include "lto-section-names.h". (LTO_SECTION_NAME_PREFIX): Don't define. * lto-section-names.h: New file. * cgraphunit.c: Include "lto-section-names.h". gcc/lto/ * lto-object.c: Include "lto-section-names.h". (LTO_SEGMENT_NAME): Don't define. * lto.c: Include "lto-section-names.h". From-SVN: r210819 --- gcc/lto-streamer.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/lto-streamer.h') diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h index ca66465..521d78d 100644 --- a/gcc/lto-streamer.h +++ b/gcc/lto-streamer.h @@ -134,12 +134,6 @@ along with GCC; see the file COPYING3. If not see String are represented in the table as pairs, a length in ULEB128 form followed by the data for the string. */ -/* The string that is the prefix on the section names we make for lto. - For decls the DECL_ASSEMBLER_NAME is appended to make the section - name for the functions and static_initializers. For other types of - sections a '.' and the section type are appended. */ -#define LTO_SECTION_NAME_PREFIX ".gnu.lto_" - #define LTO_major_version 4 #define LTO_minor_version 0 -- cgit v1.1