aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@codesourcery.com>2007-09-04 12:57:59 +0000
committerDaniel Jacobowitz <drow@gcc.gnu.org>2007-09-04 12:57:59 +0000
commitf1a72222fd133585f75865dcd319240edc340dcd (patch)
treeef48d08c76915a7fabaf4ad5548fe3a54940804c
parentd950f2be3733d1bc35901297014f2deaa76d9f8e (diff)
downloadgcc-f1a72222fd133585f75865dcd319240edc340dcd.zip
gcc-f1a72222fd133585f75865dcd319240edc340dcd.tar.gz
gcc-f1a72222fd133585f75865dcd319240edc340dcd.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/linux-unwind.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1abb3fe..530f542 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+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>
diff --git a/gcc/config/rs6000/linux-unwind.h b/gcc/config/rs6000/linux-unwind.h
index 18b0faa..f3d76c0 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;