aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorMumit Khan <khan@xraylith.wisc.edu>2000-05-01 16:47:22 +0000
committerJeff Law <law@gcc.gnu.org>2000-05-01 10:47:22 -0600
commiteb70f6289cd4b80e9b67c88a36a2d025c11a7b9e (patch)
treef3b620267ef8cebf8c6c79c6351d89fa6b2966aa /gcc/config
parentafd1bb919d7602e4af918d33dfa2ed6208c484fc (diff)
downloadgcc-eb70f6289cd4b80e9b67c88a36a2d025c11a7b9e.zip
gcc-eb70f6289cd4b80e9b67c88a36a2d025c11a7b9e.tar.gz
gcc-eb70f6289cd4b80e9b67c88a36a2d025c11a7b9e.tar.bz2
* i386/cygwin.h (INT_ASM_OP): Define.
From-SVN: r33569
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/i386/cygwin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h
index 6dd3867..39ad197 100644
--- a/gcc/config/i386/cygwin.h
+++ b/gcc/config/i386/cygwin.h
@@ -530,3 +530,7 @@ extern void i386_pe_asm_file_end STDIO_PARAMS ((FILE *));
#define SET_ASM_OP "\t.set"
#endif
+#ifndef INT_ASM_OP
+#define INT_ASM_OP ".long"
+#endif
+