Commit f1a72222 by Daniel Jacobowitz Committed by Daniel Jacobowitz

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
parent d950f2be
2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
* config/rs6000/linux-unwind.h (ppc_fallback_frame_state): Correct
typo for AltiVec.
2007-09-04 Revital Eres <eres@il.ibm.com>
Richard Guenther <rguenther@suse.de>
R. Clint Whaley <whaley@cs.utsa.edu>
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment