]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.md (allocate_stack_worker_32): Use __chkstk label to probe the stack.
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 4 Mar 2008 09:52:44 +0000 (09:52 +0000)
committerDanny Smith <dannysmith@gcc.gnu.org>
Tue, 4 Mar 2008 09:52:44 +0000 (09:52 +0000)
* config/i386/i386.md (allocate_stack_worker_32): Use  __chkstk
        label to probe the stack.

From-SVN: r132855

gcc/ChangeLog
gcc/config/i386/i386.md

index 541fe3036f326f8d7e0165082b9d48d37722958f..07adcb8c60b11e18de1fce2dc50d08c6fbaa9bc0 100644 (file)
@@ -4,6 +4,11 @@
        * ipa-inline.c (cgraph_decide_inlining_of_small_function): Fix typo
        in last commit.
 
+2008-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * config/i386/i386.md (allocate_stack_worker_32): Use  __chkstk
+        label to probe the stack.
+
 2008-03-04  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * gthr-win32.h [__GTHREAD_HIDE_WIN32API]
index 92a37280f5f0c15ef1d35bc97553dc93288bb39b..d9b625cb2956866ab4c5e66d573448dd760b89f0 100644 (file)
    (set (reg:SI SP_REG) (minus:SI (reg:SI SP_REG) (match_dup 0)))
    (clobber (reg:CC FLAGS_REG))]
   "!TARGET_64BIT && TARGET_STACK_PROBE"
-  "call\t__alloca"
+  "call\t___chkstk"
   [(set_attr "type" "multi")
    (set_attr "length" "5")])