diff options
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r-- | gcc/lto-streamer.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 |