This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hello,
this patch fixes PR/39356 (
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39356)
ChangeLog
2009-03-19 Kai Tietz <kai.tietz@onevision.com>
* config/i386/i386.md (allocate_stack_worker_32): Use
___gnu_chkstk.
(allocate_stack_worker_64): Likewise.
* config/i386/cygwin.asm (___chkstk): Rename this
symbol for 64-bit to ___gnu_chkstk and add it for 32-bit
as alias for ___chkstk.
Tested for cygwin and 64-bit mingw-w64 without seeing any regressions.
Ok to apply on trunk?
Cheers,
Kai
| (\_/) This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.
Attachment:
chkstk_mingw.diff
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |