summaryrefslogtreecommitdiff
path: root/gcc/config/i386/isccoff.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-06 01:47:28 -0800
committerYamaArashi <shadow962@live.com>2016-01-06 01:47:28 -0800
commitbe8b04496302184c6e8f04d6179f9c3afc50aeb6 (patch)
tree726e2468c0c07add773c0dbd86ab6386844259ae /gcc/config/i386/isccoff.h
initial commit
Diffstat (limited to 'gcc/config/i386/isccoff.h')
-rwxr-xr-xgcc/config/i386/isccoff.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/config/i386/isccoff.h b/gcc/config/i386/isccoff.h
new file mode 100755
index 0000000..595c7d9
--- /dev/null
+++ b/gcc/config/i386/isccoff.h
@@ -0,0 +1,12 @@
+/* Definitions for Intel 386 running Interactive Unix System V.
+ Specifically, this is for recent versions that support POSIX;
+ for version 2.0.2, use configuration option i386-sysv instead.
+ (But set TARGET_DEFAULT to (MASK_80307 | MASK_FLOAT_RETURNS)
+ if you do that, if you don't have a real 80387.) */
+
+/* Mostly it's like AT&T Unix System V. */
+
+#include "i386/sysv3.h"
+
+/* But with a few changes. */
+#include "i386/isc.h"