summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/config/i386/midipix.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/i386/midipix.h b/gcc/config/i386/midipix.h
index 66dde99c6..3502ba618 100644
--- a/gcc/config/i386/midipix.h
+++ b/gcc/config/i386/midipix.h
@@ -103,6 +103,10 @@
#undef TARGET_PECOFF
#define TARGET_PECOFF (1)
+#undef HAS_INIT_SECTION
+#define HAS_INIT_SECTION (1)
+
+
#undef HOST_EXECUTABLE_SUFFIX
#define HOST_EXECUTABLE_SUFFIX ""
@@ -148,6 +152,9 @@
#undef GAS_SECTION
#define GAS_SECTION GAS_TAB ".section" GAS_SPACE
+#undef INIT_SECTION_ASM_OP
+#define INIT_SECTION_ASM_OP GAS_SECTION ".init"
+
#undef DRECTVE_SECTION_NAME
#define DRECTVE_SECTION_NAME ".drectve"