bea8bf8d02
http://cvs.kshosen.ac.jp/cvsweb.cgi/peace/pkgsrc/cross/i386-netbsdpe/ Change in 1.3.0 - Update binutils to 2.11.92-20011113 to support forwarder RVA
16 lines
426 B
Text
16 lines
426 B
Text
$NetBSD: patch-ab,v 1.1 2002/03/18 03:04:41 kent Exp $
|
|
|
|
--- gcc/config/i386/cygwin.asm.orig Thu Dec 17 06:03:13 1998
|
|
+++ 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 */
|