summaryrefslogtreecommitdiff
path: root/src/m-seq386.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m-seq386.h')
-rw-r--r--src/m-seq386.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/m-seq386.h b/src/m-seq386.h
new file mode 100644
index 00000000000..2b1b089569b
--- /dev/null
+++ b/src/m-seq386.h
@@ -0,0 +1,11 @@
+#include "m-sequent.h"
+
+#if 0 /* This is probably not necessary in GCC 2.2 and up. */
+/* When compiling with GCC and not optimizing,
+ start has to skip one extra dummy word on the stack. */
+
+#if defined (__GNUC__) && !defined (__OPTIMIZE__)
+#undef CRT0_DUMMIES
+#define CRT0_DUMMIES dummy1, dummy2,
+#endif
+#endif /* 0 */