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:
parent
b7884852fd
commit
ab65b56b49
@ -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]
|
||||
|
@ -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")])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user