pkgsrc/cross/i386-netbsdpe/patches/patch-ab
kent f36b17368a update based gcc and binutils.
- gcc 2.95.2 -> 3.3.3
 - binutils 030425 -> 2.15.90 (20040222)
2004-03-09 12:19:12 +00:00

16 lines
437 B
Text

$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 */