OSDN Git Service

* i386/cygwin.h (INT_ASM_OP): Define.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 May 2000 16:47:22 +0000 (16:47 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 May 2000 16:47:22 +0000 (16:47 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33569 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/cygwin.h

index a45abff..79ade13 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-01  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * i386/cygwin.h (INT_ASM_OP): Define.
+
 Mon May  1 18:20:06 2000  Denis Chertykov  <denisc@overta.ru>
 
        * config/avr/avr.c (address_cost): renamed to avr_address_cost.
index 6dd3867..39ad197 100644 (file)
@@ -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
+