$NetBSD: patch-ab,v 1.2 2004/03/09 12:19:12 kent Exp $

--- gcc/config/i386/cygwin.asm.orig	2001-10-31 23:32:27.000000000 +0900
+++ gcc/config/i386/cygwin.asm
@@ -3,9 +3,9 @@
 #ifdef L_chkstk
 
 	.global ___chkstk
-	.global	__alloca
+	.global	__builtin_alloca_checkstack
 ___chkstk:
-__alloca:
+__builtin_alloca_checkstack:
 	pushl  %ecx		/* save temp */
 	movl   %esp,%ecx	/* get sp */
 	addl   $0x8,%ecx	/* and point to return addr */
