summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@codesourcery.com>2014-05-22 16:21:18 +0000
committerBernd Schmidt <bernds@gcc.gnu.org>2014-05-22 16:21:18 +0000
commit4000360e40bee85872f411d1f1f39a7c52e840cb (patch)
treef7d61650256054125bf0451cc2e84c9bed76fc51 /gcc/lto-streamer.h
parentc9aee4508bc514dcea6383921d6b75644aecd35a (diff)
downloadgcc-4000360e40bee85872f411d1f1f39a7c52e840cb.tar.gz
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
Diffstat (limited to 'gcc/lto-streamer.h')
-rw-r--r--gcc/lto-streamer.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/lto-streamer.h b/gcc/lto-streamer.h
index ca664658589..521d78dacc9 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