i386.md (allocate_stack_worker_32): Use __chkstk label to probe the stack.

* config/i386/i386.md (allocate_stack_worker_32): Use  __chkstk
        label to probe the stack.

From-SVN: r132855
This commit is contained in:
Danny Smith 2008-03-04 09:52:44 +00:00 committed by Danny Smith
parent b7884852fd
commit ab65b56b49
2 changed files with 6 additions and 1 deletions

View 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]

View File

@ -19873,7 +19873,7 @@
(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")])