From: Daniel Jacobowitz Date: Tue, 4 Sep 2007 12:57:59 +0000 (+0000) Subject: linux-unwind.h (ppc_fallback_frame_state): Correct typo for AltiVec. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1a72222fd133585f75865dcd319240edc340dcd;p=gcc.git linux-unwind.h (ppc_fallback_frame_state): Correct typo for AltiVec. * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Correct typo for AltiVec. From-SVN: r128078 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1abb3fe3ed2..530f5421e88 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-09-04 Daniel Jacobowitz + + * config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Correct + typo for AltiVec. + 2007-09-04 Revital Eres Richard Guenther R. Clint Whaley diff --git a/gcc/config/rs6000/linux-unwind.h b/gcc/config/rs6000/linux-unwind.h index 18b0faa4c25..f3d76c0df14 100644 --- a/gcc/config/rs6000/linux-unwind.h +++ b/gcc/config/rs6000/linux-unwind.h @@ -296,7 +296,7 @@ ppc_fallback_frame_state (struct _Unwind_Context *context, { fs->regs.reg[i + R_VR0].how = REG_SAVED_OFFSET; fs->regs.reg[i + R_VR0].loc.offset - = (long) &vregs[i] - new_cfa; + = (long) &vregs->vr[i] - new_cfa; } fs->regs.reg[R_VSCR].how = REG_SAVED_OFFSET;