1 --- gcc-3.4.6/gcc/config/i386/linux64.h
2 +++ gcc-3.4.6/gcc/config/i386/linux64.h
4 if (*(unsigned char *)(pc_+0) == 0x48 \
5 && *(unsigned long *)(pc_+1) == 0x050f0000000fc0c7) \
7 - struct ucontext *uc_ = (CONTEXT)->cfa; \
8 + ucontext_t *uc_ = (CONTEXT)->cfa; \
9 sc_ = (struct sigcontext *) &uc_->uc_mcontext; \
13 struct siginfo *pinfo; \
15 struct siginfo info; \
16 - struct ucontext uc; \
18 } *rt_ = (CONTEXT)->cfa; \
19 sc_ = (struct sigcontext *) &rt_->uc.uc_mcontext; \