summaryrefslogtreecommitdiff
path: root/cross/i386-netbsdpe/patches/patch-ad
blob: 1a0c3fcf190466486d9551f69ab330b4a50c078d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ad,v 1.2 2004/03/09 12:19:12 kent Exp $

--- gcc/config/i386/i386.md.orig	2003-10-26 04:43:59.000000000 +0900
+++ gcc/config/i386/i386.md
@@ -16772,7 +16772,7 @@
    (clobber (match_dup 0))
    (clobber (reg:CC 17))]
   "!TARGET_64BIT && TARGET_STACK_PROBE"
-  "call\t__alloca"
+  "call\t__builtin_alloca_checkstack"
   [(set_attr "type" "multi")
    (set_attr "length" "5")])
 
@@ -16782,7 +16782,7 @@
    (clobber (match_dup 0))
    (clobber (reg:CC 17))]
   "TARGET_64BIT && TARGET_STACK_PROBE"
-  "call\t__alloca"
+  "call\t__builtin_alloca_checkstack"
   [(set_attr "type" "multi")
    (set_attr "length" "5")])