diff options
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r-- | gcc/config/darwin.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index cec341d..a2c8749 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -61,6 +61,7 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "gimplify.h" #include "lto-streamer.h" +#include "lto-section-names.h" /* Darwin supports a feature called fix-and-continue, which is used for rapid turn around debugging. When code is compiled with the @@ -1898,9 +1899,6 @@ typedef struct GTY (()) darwin_lto_section_e { static GTY (()) vec<darwin_lto_section_e, va_gc> *lto_section_names; -/* Segment for LTO data. */ -#define LTO_SEGMENT_NAME "__GNU_LTO" - /* Section wrapper scheme (used here to wrap the unlimited number of LTO sections into three Mach-O ones). NOTE: These names MUST be kept in sync with those in |