This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

win32 INT_ASM_OP tweak


Need INT_ASM_OP to bootstrap win32 targets. Currently can't bootstrap
win32 targets, but those are due to other problems, and I'm still 
investigating why compiling tinfo.cc gets unrecognized insn error
(target uses sjlj EH).

Ok to commit?

2000-04-23  Mumit Khan  <khan@xraylith.wisc.edu>

	* i386/cygwin.h (INT_ASM_OP): Define.

Index: config/i386/cygwin.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/i386/cygwin.h,v
retrieving revision 1.19
diff -u -3 -p -u -p -r1.19 cygwin.h
--- cygwin.h	2000/03/07 20:39:08	1.19
+++ cygwin.h	2000/04/24 02:41:03
@@ -530,3 +530,7 @@ extern void i386_pe_asm_file_end STDIO_P
 #define SET_ASM_OP "\t.set"
 #endif
 
+#ifndef INT_ASM_OP
+#define INT_ASM_OP ".long"
+#endif
+

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]