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]

Re: PATCH: PR target/40838: gcc shouldn't assume that the stack is aligned


> _ZL18wait_for_retrievalP13_GtkClipboardP17retrieval_context:
> 560:       55                      push   %ebp
> 561:       57                      push   %edi
> 562:       56                      push   %esi
> 563:       89 d6                   mov    %edx,%esi
> 565:       53                      push   %ebx
> 566:       81 ec bc 01 00 00       sub    $0x1bc,%esp
> ...
> 5b0:       0f 29 44 24 20          movaps %xmm0,0x20(%esp)

^^^ BTW. this is the place where it really crashed when I tried to run it.

Mikulas

> 5b5:       0f 29 44 24 30          movaps %xmm0,0x30(%esp)
> 5ba:       0f 29 44 24 40          movaps %xmm0,0x40(%esp)
> 5bf:       0f 29 44 24 50          movaps %xmm0,0x50(%esp)
> 5c4:       0f 29 44 24 60          movaps %xmm0,0x60(%esp)
> 5c9:       0f 29 44 24 70          movaps %xmm0,0x70(%esp)
> 5ce:       0f 29 84 24 80 00 00    movaps %xmm0,0x80(%esp)
> 5d5:       00
> 5d6:       0f 29 84 24 90 00 00    movaps %xmm0,0x90(%esp)
> 5dd:       00


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]