aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/gcc/config/mips/linux-unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/gcc/config/mips/linux-unwind.h')
-rw-r--r--gcc-4.6/gcc/config/mips/linux-unwind.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc-4.6/gcc/config/mips/linux-unwind.h b/gcc-4.6/gcc/config/mips/linux-unwind.h
index 02f7cd54c..094ff58cb 100644
--- a/gcc-4.6/gcc/config/mips/linux-unwind.h
+++ b/gcc-4.6/gcc/config/mips/linux-unwind.h
@@ -1,5 +1,6 @@
/* DWARF2 EH unwinding support for MIPS Linux.
- Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2012 Free Software
+ Foundation, Inc.
This file is part of GCC.
@@ -75,7 +76,7 @@ mips_fallback_frame_state (struct _Unwind_Context *context,
struct rt_sigframe {
u_int32_t ass[4]; /* Argument save space for o32. */
u_int32_t trampoline[2];
- struct siginfo info;
+ siginfo_t info;
_sig_ucontext_t uc;
} *rt_ = context->cfa;
sc = &rt_->uc.uc_mcontext;