diff options
Diffstat (limited to 'gcc/lto-wrapper.c')
-rw-r--r-- | gcc/lto-wrapper.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/lto-wrapper.c b/gcc/lto-wrapper.c index fd604b0..f59d74e 100644 --- a/gcc/lto-wrapper.c +++ b/gcc/lto-wrapper.c @@ -46,13 +46,7 @@ along with GCC; see the file COPYING3. If not see #include "opts.h" #include "options.h" #include "simple-object.h" - -/* From lto-streamer.h which we cannot include with -fkeep-inline-functions. - ??? Split out a lto-streamer-core.h. */ - -#define LTO_SECTION_NAME_PREFIX ".gnu.lto_" - -/* End of lto-streamer.h copy. */ +#include "lto-section-names.h" int debug; /* true if -save-temps. */ int verbose; /* true if -v. */ |