Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 524628
Collapse All | Expand All

(-)a/gcc/config/i386/linux-unwind.h (-2 / +2 lines)
Lines 133-141 x86_fallback_frame_state (struct _Unwind_Context *context, Link Here
133
    {
133
    {
134
      struct rt_sigframe {
134
      struct rt_sigframe {
135
       int sig;
135
       int sig;
136
       struct siginfo *pinfo;
136
       siginfo_t *pinfo;
137
       void *puc;
137
       void *puc;
138
       struct siginfo info;
138
       siginfo_t info;
139
       struct ucontext uc;
139
       struct ucontext uc;
140
      } *rt_ = context->cfa;
140
      } *rt_ = context->cfa;
141
      sc = (struct sigcontext *) &rt_->uc.uc_mcontext;
141
      sc = (struct sigcontext *) &rt_->uc.uc_mcontext;

Return to bug 524628