Only compile if running win32 version of gcc.

svn path=/trunk/; revision=4343
This commit is contained in:
Brian Palmer 2003-03-18 22:53:05 +00:00
parent 1c8640a836
commit 958c16b6d9

View file

@ -1,6 +1,7 @@
/* stuff needed for libgcc on win32. */
//#ifdef L_chkstk
/*#ifdef L_chkstk*/
#ifdef WIN32
.global ___chkstk
.global __alloca
@ -29,4 +30,4 @@ done: subl %eax,%ecx
jmp *%eax
//#endif
#endif